public class CommitResource extends Object implements com.google.gerrit.extensions.restapi.RestResource
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CommitResource>> |
COMMIT_KIND |
Constructor and Description |
---|
CommitResource(ProjectResource project,
org.eclipse.jgit.revwalk.RevCommit commit) |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CommitResource>> COMMIT_KIND
public CommitResource(ProjectResource project, org.eclipse.jgit.revwalk.RevCommit commit)
public ProjectControl getProject()
public org.eclipse.jgit.revwalk.RevCommit getCommit()