Class KeepRuleWithHolder
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.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 Summary
Constructors Constructor Description KeepRuleWithHolder(String holder, String holderId, String holderExternalId, StorableRule storableRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHolder()
String
getHolderExternalId()
String
getHolderId()
SKeepRule
getRule()
boolean
isRuleDisabled()
String
toString()
-
-
-
Constructor Detail
-
KeepRuleWithHolder
public KeepRuleWithHolder(@NotNull String holder, @NotNull String holderId, @NotNull String holderExternalId, @NotNull StorableRule storableRule)
-
-