Package com.google.gerrit.server.git
Class MergeOp.CommitStatus
- java.lang.Object
- 
- com.google.gerrit.server.git.MergeOp.CommitStatus
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeReviewCommitget(Change.Id changeId)com.google.common.collect.ImmutableSet<Change.Id>getChangeIds()com.google.common.collect.ImmutableSet<Change.Id>getChangeIds(Branch.NameKey branch)com.google.common.collect.ImmutableListMultimap<Change.Id,String>getProblems()List<SubmitRecord>getSubmitRecords(Change.Id id)booleanisOk()voidlogProblem(Change.Id id, String msg)voidlogProblem(Change.Id id, Throwable t)voidmaybeFail(String msgPrefix)voidmaybeFailVerbose()voidproblem(Change.Id id, String problem)voidput(CodeReviewCommit c)
 
- 
- 
- 
Method Detail- 
getChangeIdspublic com.google.common.collect.ImmutableSet<Change.Id> getChangeIds() 
 - 
getChangeIdspublic com.google.common.collect.ImmutableSet<Change.Id> getChangeIds(Branch.NameKey branch) 
 - 
getpublic CodeReviewCommit get(Change.Id changeId) 
 - 
putpublic void put(CodeReviewCommit c) 
 - 
isOkpublic boolean isOk() 
 - 
getSubmitRecordspublic List<SubmitRecord> getSubmitRecords(Change.Id id) 
 - 
maybeFailVerbosepublic void maybeFailVerbose() throws ResourceConflictException- Throws:
- ResourceConflictException
 
 - 
maybeFailpublic void maybeFail(String msgPrefix) throws ResourceConflictException - Throws:
- ResourceConflictException
 
 
- 
 
-