Class KeepRuleFactory
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepRuleFactory
-
public class KeepRuleFactory extends Object
Reads stored via features keep rule params and createsKeepRule
based on them.
See params writing atStorableRule.getFeatureParams()
}.- Since:
- 2019.1
-
-
Constructor Summary
Constructors Constructor Description KeepRuleFactory(ProjectManagerEx projectManager, BranchSpecs branchSpecs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorableRule
fromFeatureParams(Map<String,String> featureParams)
-
-
-
Constructor Detail
-
KeepRuleFactory
public KeepRuleFactory(@NotNull ProjectManagerEx projectManager, @NotNull BranchSpecs branchSpecs)
-
-
Method Detail
-
fromFeatureParams
@NotNull public StorableRule fromFeatureParams(@NotNull Map<String,String> featureParams) throws IllegalRuleException
- Throws:
IllegalRuleException
-
-