Class RuleReceiveObject
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup.RuleReceiveObject
-
- All Implemented Interfaces:
JsonObject
public class RuleReceiveObject extends Object implements JsonObject
Class to receive new cleanup keep rules via JSON from UI.- Since:
- 2019.2
-
-
Constructor Summary
Constructors Constructor Description RuleReceiveObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorableRule
toRule(KeepRuleUiFactory factory, boolean ruleDisabled)
String
toString()
-
-
-
Method Detail
-
toRule
@NotNull public StorableRule toRule(@NotNull KeepRuleUiFactory factory, boolean ruleDisabled) throws IllegalRuleException
- Throws:
IllegalRuleException
-
-