Interface KeepBuildDataPart
-
- All Superinterfaces:
KeepFeatureParamsProvider
- All Known Implementing Classes:
KeepArtifacts
,KeepBuildDataPartImpl
,KeepEverything
,KeepExternalDataPart
,KeepHistory
,KeepLogs
,KeepStatistics
public interface KeepBuildDataPart extends KeepFeatureParamsProvider
Defines what build data should be kept.- Since:
- 2019.1
-
-
Field Summary
-
Fields inherited from interface jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepFeatureParamsProvider
TYPE_PARAM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeepLevel
getLevel()
-
Methods inherited from interface jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepFeatureParamsProvider
getOwnParams, getParamsWithType, getType
-
-
-
-
Method Detail
-
getLevel
@NotNull KeepLevel getLevel()
-
-