Interface KeepFeatureParamsProvider
-
- All Known Subinterfaces:
KeepBuildDataPart,KeepFilter,KeepLimit,KeepPartition
- All Known Implementing Classes:
KeepAllLimit,KeepArtifacts,KeepBranchActivityFilter,KeepBranchesPartition,KeepBranchPatternFilter,KeepBuildDataPartImpl,KeepEverything,KeepExternalDataPart,KeepHistory,KeepLastNDaysLimit,KeepLogs,KeepNDaysSinceLastBuildLimit,KeepNDaysSinceLastSuccessfulBuildLimit,KeepNLastBuildsLimit,KeepPersonalFilter,KeepPersonalityPartition,KeepStatistics,KeepStatusFilter,KeepTagsFilter,LegacyKeepBranchesPartition,LegacyKeepNBuildsLimit,LegacyKeepNDaysLimit,LegacyKeepNDaysMBuildsLimit
public interface KeepFeatureParamsProvider- See Also:
StorableRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_PARAM
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Map<String,String>getOwnParams()Provides own entity parameters to store.default Map<String,String>getParamsWithType()Provides entity parameters to store.StringgetType()Unique entity type identifier that allows to distinct it from another.
-
-
-
Field Detail
-
TYPE_PARAM
static final String TYPE_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
@NotNull String getType()
Unique entity type identifier that allows to distinct it from another.
-
-