Package com.atlassian.bamboo.logger
Interface AdminErrorHandler
-
- All Known Implementing Classes:
AdminErrorHandlerImpl
public interface AdminErrorHandlerDescribes an abstraction for dealing with errors that occur while building builds.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Remove all errors from the handlerStringgetError(String errorKey)Obtain the specifed error from the handler.Map<String,String>getErrors()Obtain all the errors recordedvoidrecordError(String errorKey, String message)Record a errorvoidremoveError(String errorKey)Remove a specific error from the handler.
-