Uses of Class
jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup.RulesHolderObject
-
Packages that use RulesHolderObject Package Description jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup -
-
Uses of RulesHolderObject in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup
Methods in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup that return RulesHolderObject Modifier and Type Method Description static RulesHolderObject
RulesHolderObject. create(BuildTypeTemplate template, List<RuleSendObject> ruleObjects)
static RulesHolderObject
RulesHolderObject. create(SBuildType buildType, List<RuleSendObject> ruleObjects)
static RulesHolderObject
RulesHolderObject. create(SProject project, List<RuleSendObject> ruleObjects)
Constructors in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup with parameters of type RulesHolderObject Constructor Description RulesResponse(RulesHolderObject holderWithRules)
Constructor parameters in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup with type arguments of type RulesHolderObject Constructor Description RulesDataObject(List<RulesHolderObject> holdersWithRules)
RulesResponse(List<RulesHolderObject> holdersWithRules)
-