|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionDataSet
public class PlanVcsRevisionDataSet
Represents snapshot of plan's vcs revision history as mapping between repositories and PlanVcsRevisionData
Constructor Summary | |
---|---|
PlanVcsRevisionDataSet(java.util.Map<java.lang.Long,PlanVcsRevisionData> revisionDataMap)
|
Method Summary | |
---|---|
PlanVcsRevisionData |
get(long repositoryId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanVcsRevisionDataSet(@NotNull java.util.Map<java.lang.Long,PlanVcsRevisionData> revisionDataMap)
Method Detail |
---|
@NotNull public PlanVcsRevisionData get(long repositoryId)
repositoryId
-
PlanVcsRevisionData
with the correct revision or PlanVcsRevisionData.NULL_REVISION
if repository
is not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |