Package jetbrains.buildServer.vcs
Class RevisionMatchedByCheckoutRulesCalculator.Result
- java.lang.Object
-
- jetbrains.buildServer.vcs.RevisionMatchedByCheckoutRulesCalculator.Result
-
- Enclosing interface:
- RevisionMatchedByCheckoutRulesCalculator
public static class RevisionMatchedByCheckoutRulesCalculator.Result extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getReachableStopRevisions()
Returns all stop revisions which are reachable from the specified start revision.String
getRevision()
If not null, then the returned revision is the latest one which affects specified checkout rules.String
toString()
-
-
-
Method Detail
-
getRevision
@Nullable public String getRevision()
If not null, then the returned revision is the latest one which affects specified checkout rules. If null, then no such revision was found.- Returns:
- see above
-
getReachableStopRevisions
@NotNull public List<String> getReachableStopRevisions()
Returns all stop revisions which are reachable from the specified start revision.- Returns:
- see above
-
-