Interface KeepBuildDataProvider
-
- All Known Subinterfaces:
KeepInfo
- All Known Implementing Classes:
KeepInfoImpl
public interface KeepBuildDataProviderProvides build data to preserve.- Since:
- 2019.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeepBuildDatagetKeepData(long buildId, CleanupLevel cleanupLevel)Provides the build data to preserve for the given build id and cleanup level.
-
-
-
Method Detail
-
getKeepData
@NotNull KeepBuildData getKeepData(long buildId, @NotNull CleanupLevel cleanupLevel)
Provides the build data to preserve for the given build id and cleanup level.
-
-