|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GitCommit | |
---|---|
com.caucho.env.git | |
com.caucho.env.repository |
Uses of GitCommit in com.caucho.env.git |
---|
Methods in com.caucho.env.git that return GitCommit | |
---|---|
GitCommit |
GitObjectStream.parseCommit()
|
GitCommit |
GitSystem.parseCommit(java.lang.String sha1)
Parses and returns the commit file specified by the sha1 hash. |
Methods in com.caucho.env.git with parameters of type GitCommit | |
---|---|
java.lang.String |
GitSystem.writeCommit(GitCommit commit)
Writes a file to the repository |
Uses of GitCommit in com.caucho.env.repository |
---|
Methods in com.caucho.env.repository that return GitCommit | |
---|---|
abstract GitCommit |
AbstractRepository.readCommit(java.lang.String commitHash)
Reads a git commit from the repository |
GitCommit |
FileRepository.readCommit(java.lang.String sha1)
Reads a git commit from the repository |
GitCommit |
RepositorySpi.readCommit(java.lang.String commitHash)
Reads a git commit entry from the repository |
Methods in com.caucho.env.repository with parameters of type GitCommit | |
---|---|
abstract java.lang.String |
AbstractRepository.addCommit(GitCommit commit)
Adds a git commit to the repository |
java.lang.String |
FileRepository.addCommit(GitCommit commit)
Adds a git commit to the repository |
java.lang.String |
RepositorySpi.addCommit(GitCommit commit)
Adds a git commit entry to the repository |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |