Class KeepRuleWithHolder


  • public class KeepRuleWithHolder
    extends Object
    Provides keep rule with information about entity (build type / project) containing it (template is considered as a variant of build type).
    Since:
    2019.2
    • Constructor Detail

      • KeepRuleWithHolder

        public KeepRuleWithHolder​(@NotNull
                                  String holder,
                                  @NotNull
                                  String holderId,
                                  @NotNull
                                  String holderExternalId,
                                  @NotNull
                                  StorableRule storableRule)
    • Method Detail

      • getHolder

        @NotNull
        public String getHolder()
      • getHolderId

        @NotNull
        public String getHolderId()
      • getHolderExternalId

        @NotNull
        public String getHolderExternalId()
      • getRule

        @Nullable
        public SKeepRule getRule()
      • isRuleDisabled

        public boolean isRuleDisabled()