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 StorableRule
KeepRuleUiFactory. 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 StorableRule
RuleReceiveObject. 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 StorableRule
StorableRule. create(SKeepRule keepRule)
static StorableRule
StorableRule. create(SKeepRule keepRule, boolean ruleDisabled)
static StorableRule
StorableRule. 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 StorableRule
KeepRuleFactory. 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 String
KeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule)
Adds the new rule to the build configuration.void
KeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule, String featureId)
Adds the rule with the provided id to the build configuration.String
KeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule)
Adds the new rule to the template.void
KeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)
Adds the rule with the provided id to the template.String
KeepRulesManager. addRule(SProject project, StorableRule rule)
Adds the new rule to the project.void
KeepRulesManager. addRule(SProject project, StorableRule rule, String featureId)
Adds the rule with the provided id to the project.void
BuildTypeRulesHoldersSimpleVisitor. onBuildTypeRulesFeature(String featureId, StorableRule rule)
void
BuildTypeRulesHoldersVisitor. onBuildTypeRulesFeature(String featureId, StorableRule rule)
void
ProjectRulesHoldersSimpleVisitor. onDefaultTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)
void
ProjectRulesHoldersVisitor. onDefaultTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)
void
BuildTypeRulesHoldersSimpleVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)
void
BuildTypeRulesHoldersVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)
void
ProjectRulesHoldersSimpleVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)
void
ProjectRulesHoldersVisitor. onEnforcedSettingsRulesFeature(SProject project, String featureId, StorableRule rule)
void
ProjectRulesHoldersSimpleVisitor. onParentProjectRulesFeature(SProject project, String featureId, StorableRule rule)
void
ProjectRulesHoldersVisitor. onParentProjectRulesFeature(SProject project, String featureId, StorableRule rule)
void
BuildTypeRulesHoldersSimpleVisitor. onProjectRulesFeature(SProject project, String featureId, StorableRule rule)
void
BuildTypeRulesHoldersVisitor. onProjectRulesFeature(SProject project, String featureId, StorableRule rule)
protected abstract void
BuildTypeRulesHoldersSimpleVisitor. onRule(String featureId, StorableRule rule)
protected abstract void
ProjectRulesHoldersSimpleVisitor. onRule(String featureId, StorableRule rule)
void
BuildTypeRulesHoldersSimpleVisitor. onTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)
void
BuildTypeRulesHoldersVisitor. onTemplateRulesFeature(BuildTypeTemplate template, String featureId, StorableRule rule)
void
ProjectRulesHoldersSimpleVisitor. onTheProjectRulesFeature(String featureId, StorableRule rule)
void
ProjectRulesHoldersVisitor. onTheProjectRulesFeature(String featureId, StorableRule rule)
void
KeepRulesManager. updateRule(BuildTypeEx buildType, StorableRule rule, String featureId)
void
KeepRulesManager. updateRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)
void
KeepRulesManager. 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)
-