Class KeepEverything
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepBuildDataPartImpl
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepEverything
-
- All Implemented Interfaces:
KeepBuildDataPart
,KeepFeatureParamsProvider
public final class KeepEverything extends KeepBuildDataPartImpl
Keep all (do not clean anything).- Since:
- 2019.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE
-
Fields inherited from interface jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepFeatureParamsProvider
TYPE_PARAM
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getDescription()
static KeepBuildDataPart
getInstance()
Map<String,String>
getOwnParams()
Provides own entity parameters to store.String
toString()
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepBuildDataPartImpl
equals, getLevel, getType, hashCode
-
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
getParamsWithType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static KeepBuildDataPart getInstance()
-
getOwnParams
@NotNull public Map<String,String> getOwnParams()
Description copied from interface:KeepFeatureParamsProvider
Provides own entity parameters to store.
-
toString
public String toString()
- Specified by:
toString
in classKeepBuildDataPartImpl
-
getDescription
public static String getDescription()
-
-