Interface ErrorReporter
-
- All Known Implementing Classes:
BuildCleanupContextImpl
public interface ErrorReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
buildCleanupError(long buildId, String errorMessage)
Deprecated.
-
-
-
Method Detail
-
buildCleanupError
@Deprecated void buildCleanupError(long buildId, @NotNull String errorMessage)
Deprecated.Notify the core cleanup process about an error happened in a cleanup extension.
-
-