Interface KeepBuildData
-
- All Known Implementing Classes:
KeepBuildDataImpl
public interface KeepBuildData
- Since:
- 2019.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getKeepArtifactsPatterns()
Returns list of "keep artifacts patterns" sorted always in the same order.boolean
keepLogs()
Returnstrue
if logs of the corresponding build should be kept.
-
-
-
Method Detail
-
getKeepArtifactsPatterns
@NotNull List<String> getKeepArtifactsPatterns()
Returns list of "keep artifacts patterns" sorted always in the same order. Empty list mean: if level is "keep everything" - keep all artifacts, for another levels mean no artifacts should be kept.
-
keepLogs
boolean keepLogs()
Returnstrue
if logs of the corresponding build should be kept.
-
-