Interface CleanupPolicy
-
- All Superinterfaces:
ParametersDescriptor
- All Known Implementing Classes:
HistoryRetentionPolicy
,KeepNBuildsPolicy
,KeepNDaysMBuildsPolicy
,KeepNDaysPolicy
,KeepNothingPolicy
@Deprecated public interface CleanupPolicy extends ParametersDescriptor
Deprecated.should not be used since 2019.2 (except for backward compatibility purposes)- Since:
- 2017.1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getArtifactPatterns()
Deprecated.since 2019.2.-
Methods inherited from interface jetbrains.buildServer.serverSide.ParametersDescriptor
getId, getParameters, getType
-
-
-
-
Method Detail
-
getArtifactPatterns
@NotNull @Deprecated String getArtifactPatterns()
Deprecated.since 2019.2. This method can be removed or throw an exception in future releases.Artifact patterns are intended for TeamCity internal usage only. Empty string means clean all artifacts.- Returns:
- artifact patterns or empty string if there is no artifact patterns in the policy.
- Since:
- 2019.1
-
-