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 booleanequals(Object o)KeepLevelgetLevel()StringgetType()Unique entity type identifier that allows to distinct it from another.inthashCode()abstract StringtoString()-
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:KeepFeatureParamsProviderUnique entity type identifier that allows to distinct it from another.- Specified by:
getTypein interfaceKeepFeatureParamsProvider
-
getLevel
@NotNull public final KeepLevel getLevel()
- Specified by:
getLevelin interfaceKeepBuildDataPart
-
-