Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepFeatureParamsProvider
-
-
Uses of KeepFeatureParamsProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019
Subinterfaces of KeepFeatureParamsProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019 Modifier and Type Interface Description interfaceKeepBuildDataPartDefines what build data should be kept.interfaceKeepFilterDefines builds filter for someKeepRule.interfaceKeepLimitLimits builds collection after filtering and partitioning (withKeepFilterandKeepPartitionrespectively).interfaceKeepPartitionDefines builds set splitting for someKeepRule. -
Uses of KeepFeatureParamsProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters that implement KeepFeatureParamsProvider Modifier and Type Class Description classKeepBranchActivityFilterclassKeepBranchPatternFilterclassKeepPersonalFilterclassKeepStatusFilterFilters builds according to their status.classKeepTagsFilter -
Uses of KeepFeatureParamsProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits that implement KeepFeatureParamsProvider Modifier and Type Class Description classKeepAllLimitKeep all builds.classKeepLastNDaysLimitKeep builds within fixed days count.classKeepNDaysSinceLastBuildLimitKeep builds within fixed days count.classKeepNDaysSinceLastSuccessfulBuildLimitKeep builds within fixed days count before first successful build (excluding its day) and all not successful builds after it.classKeepNLastBuildsLimitKeep the fixed number of the last builds ordered by build id.classLegacyKeepNBuildsLimitKeep the fixed number of the last successful builds ordered by build id.classLegacyKeepNDaysLimitKeep builds within fixed days count before first successful (not cancelled or incomplete) build (including its day) and cancelled builds after it staring with the very first build (if it is not successful) also within the same days count.classLegacyKeepNDaysMBuildsLimitAnalogue ofKeepNDaysMBuildsPolicy. -
Uses of KeepFeatureParamsProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019.partitions
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.partitions that implement KeepFeatureParamsProvider Modifier and Type Class Description classKeepBranchesPartitionclassKeepPersonalityPartitionclassLegacyKeepBranchesPartition -
Uses of KeepFeatureParamsProvider in jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves that implement KeepFeatureParamsProvider Modifier and Type Class Description classKeepArtifactsKeep build history and some build artifacts according to provided pattern.classKeepBuildDataPartImplclassKeepEverythingKeep all (do not clean anything).classKeepExternalDataPartAllows to define external (plugin) build-related data part to store.classKeepHistoryKeep build history (table HISTORY) only without any artifacts, logs, external data etc.classKeepLogsKeep builds history and build logs.classKeepStatisticsKeep statistical build data (tables HISTORY & LIGHT_HISTORY).
-