Package | Description |
---|---|
com.caucho.env.git | |
com.caucho.env.repository | |
com.caucho.server.repository |
Modifier and Type | Method and Description |
---|---|
GitCommit |
GitObjectStream.parseCommit() |
GitCommit |
GitSystem.parseCommit(java.lang.String sha1)
Parses and returns the commit file specified by the sha1 hash.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
GitSystem.writeCommit(GitCommit commit)
Writes a file to the repository
|
Modifier and Type | Method and Description |
---|---|
GitCommit |
RepositorySpi.readCommit(java.lang.String commitHash)
Reads a git commit entry from the repository
|
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
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RepositorySpi.addCommit(GitCommit commit)
Adds a git commit entry to the repository
|
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
|
Modifier and Type | Method and Description |
---|---|
GitCommit |
ClusterRepository.readCommit(java.lang.String sha1)
Reads a git commit from the repository
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ClusterRepository.addCommit(GitCommit commit)
Adds a git commit to the repository
|