Class KeepBuildDataPartImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepBuildDataPartImpl
-
- All Implemented Interfaces:
KeepBuildDataPart
,KeepFeatureParamsProvider
- Direct Known Subclasses:
KeepArtifacts
,KeepEverything
,KeepExternalDataPart
,KeepHistory
,KeepLogs
,KeepStatistics
public abstract class KeepBuildDataPartImpl extends Object implements KeepBuildDataPart
- 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 Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
KeepLevel
getLevel()
String
getType()
Unique entity type identifier that allows to distinct it from another.int
hashCode()
abstract String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepFeatureParamsProvider
getOwnParams, getParamsWithType
-
-
-
-
Method Detail
-
getType
@NotNull public final String getType()
Description copied from interface:KeepFeatureParamsProvider
Unique entity type identifier that allows to distinct it from another.- Specified by:
getType
in interfaceKeepFeatureParamsProvider
-
getLevel
@NotNull public final KeepLevel getLevel()
- Specified by:
getLevel
in interfaceKeepBuildDataPart
-
-