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 RulesHolderObjectRulesHolderObject. create(BuildTypeTemplate template, List<RuleSendObject> ruleObjects)static RulesHolderObjectRulesHolderObject. create(SBuildType buildType, List<RuleSendObject> ruleObjects)static RulesHolderObjectRulesHolderObject. 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)
-