Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules.StorableRule
-
-
Uses of StorableRule in jetbrains.buildServer.controllers.admin.cleanup
Methods in jetbrains.buildServer.controllers.admin.cleanup that return StorableRule Modifier and Type Method Description StorableRuleKeepRuleUiFactory. createFromUIParams(BuildPartsObject keepBuildPartsParams, FiltersObject filtersParams, PartitionsObject partitionsParams, LimitObject limitParams, boolean preserveArtifacts, boolean ruleDisabled) -
Uses of StorableRule in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup
Methods in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup that return StorableRule Modifier and Type Method Description StorableRuleRuleReceiveObject. toRule(KeepRuleUiFactory factory, boolean ruleDisabled) -
Uses of StorableRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that return StorableRule Modifier and Type Method Description static StorableRuleStorableRule. create(SKeepRule keepRule)static StorableRuleStorableRule. create(SKeepRule keepRule, boolean ruleDisabled)static StorableRuleStorableRule. disablingParental() -
Uses of StorableRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that return StorableRule Modifier and Type Method Description StorableRuleKeepRuleFactory. fromFeatureParams(Map<String,String> featureParams)Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that return types with arguments of type StorableRule Modifier and Type Method Description Map<String,StorableRule>KeepRulesManager. getOwnRules(BuildTypeEx buildType)Returns map from the build type own feature ids to keep rule wrappers.Map<String,StorableRule>KeepRulesManager. getOwnRules(BuildTypeTemplateEx template)Returns map from the template own feature ids to keep rule wrappers.Map<String,StorableRule>KeepRulesManager. getOwnRules(SProject project)Returns map from the project own feature ids to keep rule wrappers.Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings with parameters of type StorableRule Modifier and Type Method Description StringKeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule)Adds the new rule to the build configuration.voidKeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule, String featureId)Adds the rule with the provided id to the build configuration.StringKeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule)Adds the new rule to the template.voidKeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)Adds the rule with the provided id to the template.StringKeepRulesManager. addRule(SProject project, StorableRule rule)Adds the new rule to the project.voidKeepRulesManager. addRule(SProject project, StorableRule rule, String featureId)Adds the rule with the provided id to the project.voidBuildTypeRulesHoldersSimpleVisitor. onBuildTypeRulesFeature(String featureId, StorableRule rule)voidBuildTypeRulesHoldersVisitor. onBuildTypeRulesFeature(String featureId, StorableRule rule)voidProjectRulesHoldersSimpleVisitor. onDefaultTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)voidProjectRulesHoldersVisitor. onDefaultTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)voidBuildTypeRulesHoldersSimpleVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)voidBuildTypeRulesHoldersVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)voidProjectRulesHoldersSimpleVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)voidProjectRulesHoldersVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)voidProjectRulesHoldersSimpleVisitor. onParentProjectRulesFeature(SProject project, String featureId, StorableRule rule)voidProjectRulesHoldersVisitor. onParentProjectRulesFeature(SProject project, String featureId, StorableRule rule)voidBuildTypeRulesHoldersSimpleVisitor. onProjectRulesFeature(SProject project, String featureId, StorableRule rule)voidBuildTypeRulesHoldersVisitor. onProjectRulesFeature(SProject project, String featureId, StorableRule rule)protected abstract voidBuildTypeRulesHoldersSimpleVisitor. onRule(String featureId, StorableRule rule)protected abstract voidProjectRulesHoldersSimpleVisitor. onRule(String featureId, StorableRule rule)voidBuildTypeRulesHoldersSimpleVisitor. onTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)voidBuildTypeRulesHoldersVisitor. onTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)voidProjectRulesHoldersSimpleVisitor. onTheProjectRulesFeature(String featureId, StorableRule rule)voidProjectRulesHoldersVisitor. onTheProjectRulesFeature(String featureId, StorableRule rule)voidKeepRulesManager. updateRule(BuildTypeEx buildType, StorableRule rule, String featureId)voidKeepRulesManager. updateRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)voidKeepRulesManager. updateRule(ProjectEx project, StorableRule rule, String featureId)Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings with parameters of type StorableRule Constructor Description KeepRuleWithHolder(String holder, String holderId, String holderExternalId, StorableRule storableRule)
-