Package jetbrains.vcs.api.services
Class CollectChangesService.RevisionMatchedByCheckoutRules
- java.lang.Object
-
- jetbrains.vcs.api.services.CollectChangesService.RevisionMatchedByCheckoutRules
-
- Enclosing interface:
- CollectChangesService
public static class CollectChangesService.RevisionMatchedByCheckoutRules extends Object
-
-
Constructor Summary
Constructors Constructor Description RevisionMatchedByCheckoutRules(String revision, List<String> reachableStopRevisions)
-
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.
-
-
-
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
-
-