public class CommitResource extends ProjectResource
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CommitResource>> |
COMMIT_KIND |
PROJECT_KIND
Constructor and Description |
---|
CommitResource(ProjectControl control,
org.eclipse.jgit.revwalk.RevCommit commit) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jgit.revwalk.RevCommit |
getCommit() |
getControl, getName, getNameKey, getState
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CommitResource>> COMMIT_KIND
public CommitResource(ProjectControl control, org.eclipse.jgit.revwalk.RevCommit commit)