Class KeepStatistics
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepBuildDataPartImpl
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepStatistics
-
- All Implemented Interfaces:
KeepBuildDataPart,KeepFeatureParamsProvider
public final class KeepStatistics extends KeepBuildDataPartImpl
Keep statistical build data (tables HISTORY & LIGHT_HISTORY).- Since:
- 2019.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE-
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 StringgetDescription()static KeepBuildDataPartgetInstance()Map<String,String>getOwnParams()Provides own entity parameters to store.StringtoString()-
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:KeepFeatureParamsProviderProvides own entity parameters to store.
-
toString
public String toString()
- Specified by:
toStringin classKeepBuildDataPartImpl
-
getDescription
public static String getDescription()
-
-