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 interface
KeepBuildDataPart
Defines what build data should be kept.interface
KeepFilter
Defines builds filter for someKeepRule
.interface
KeepLimit
Limits builds collection after filtering and partitioning (withKeepFilter
andKeepPartition
respectively).interface
KeepPartition
Defines 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 class
KeepBranchActivityFilter
class
KeepBranchPatternFilter
class
KeepPersonalFilter
class
KeepStatusFilter
Filters builds according to their status.class
KeepTagsFilter
-
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 class
KeepAllLimit
Keep all builds.class
KeepLastNDaysLimit
Keep builds within fixed days count.class
KeepNDaysSinceLastBuildLimit
Keep builds within fixed days count.class
KeepNDaysSinceLastSuccessfulBuildLimit
Keep builds within fixed days count before first successful build (excluding its day) and all not successful builds after it.class
KeepNLastBuildsLimit
Keep the fixed number of the last builds ordered by build id.class
LegacyKeepNBuildsLimit
Keep the fixed number of the last successful builds ordered by build id.class
LegacyKeepNDaysLimit
Keep 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.class
LegacyKeepNDaysMBuildsLimit
Analogue 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 class
KeepBranchesPartition
class
KeepPersonalityPartition
class
LegacyKeepBranchesPartition
-
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 class
KeepArtifacts
Keep build history and some build artifacts according to provided pattern.class
KeepBuildDataPartImpl
class
KeepEverything
Keep all (do not clean anything).class
KeepExternalDataPart
Allows to define external (plugin) build-related data part to store.class
KeepHistory
Keep build history (table HISTORY) only without any artifacts, logs, external data etc.class
KeepLogs
Keep builds history and build logs.class
KeepStatistics
Keep statistical build data (tables HISTORY & LIGHT_HISTORY).
-