Interface CleanupContext
-
- All Known Subinterfaces:
BuildCleanupContext,BuildCleanupContextEx
- All Known Implementing Classes:
BuildCleanupContextImpl
public interface CleanupContextRepresents current context of cleanup operation- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CleanupProcessStategetCleanupState()
-
-
-
Method Detail
-
getCleanupState
@NotNull CleanupProcessState getCleanupState()
- Returns:
- current cleanup state
-
-