Class RevisionRange

java.lang.Object
com.linecorp.centraldogma.common.RevisionRange

public class RevisionRange extends Object
A class which contains Revisions of from and to.
  • Constructor Details

    • RevisionRange

      public RevisionRange(int from, int to)
      Creates a new instance with the specified integer value of from and to.
    • RevisionRange

      public RevisionRange(Revision from, Revision to)
      Creates a new instance with the specified from Revision and to Revision.
  • Method Details