Class KeepExternalDataPart
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepBuildDataPartImpl
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepExternalDataPart
-
- All Implemented Interfaces:
KeepBuildDataPart,KeepFeatureParamsProvider
public final class KeepExternalDataPart extends KeepBuildDataPartImpl
Allows to define external (plugin) build-related data part to store.- Since:
- 2019.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_PREFIX-
Fields inherited from interface jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepFeatureParamsProvider
TYPE_PARAM
-
-
Constructor Summary
Constructors Constructor Description KeepExternalDataPart(String id, Map<String,String> params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getOwnParams()Provides own entity parameters to store.inthashCode()StringtoString()-
Methods inherited from class jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves.KeepBuildDataPartImpl
getLevel, getType
-
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_PREFIX
public static final String TYPE_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKeepBuildDataPartImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKeepBuildDataPartImpl
-
-