Class RevisionMatchedByCheckoutRulesCalculator.Result

    • Constructor Detail

      • Result

        public Result​(@Nullable
                      String revision,
                      @NotNull
                      List<String> reachableStopRevisions)
    • 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