Interface RevisionRule

    • Method Detail

      • getName

        @NotNull
        java.lang.String getName()
        Returns code name of the revision. RevisionRules
        Returns:
        code name of the revision
      • getRevision

        @NotNull
        java.lang.String getRevision()
        Returns actual revision value
        Returns:
        actual revision value
      • getDescription

        @NotNull
        java.lang.String getDescription()
        Returns description of this rule
        Returns:
        description of this rule
      • getBranch

        @Nullable
        java.lang.String getBranch()
        Returns branch of this rule or null if branch is not specified or rule doesn't support it
        Returns:
        see above