Interface KeepBuildData

  • All Known Implementing Classes:
    KeepBuildDataImpl

    public interface KeepBuildData
    Since:
    2019.1
    • 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()
        Returns true if logs of the corresponding build should be kept.