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 String
TYPE_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 boolean
equals(Object o)
Map<String,String>
getOwnParams()
Provides own entity parameters to store.int
hashCode()
String
toString()
-
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:KeepFeatureParamsProvider
Provides own entity parameters to store.
-
toString
public String toString()
- Specified by:
toString
in classKeepBuildDataPartImpl
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classKeepBuildDataPartImpl
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classKeepBuildDataPartImpl
-
-