Class StatusErrorHandler
java.lang.Object
hudson.model.AbstractDescribableImpl<StatusErrorHandler>
org.jenkinsci.plugins.github.extension.status.StatusErrorHandler
- All Implemented Interfaces:
ExtensionPoint
,Describable<StatusErrorHandler>
,ErrorHandler
- Direct Known Subclasses:
ChangingBuildStatusErrorHandler
,ShallowAnyErrorHandler
public abstract class StatusErrorHandler
extends AbstractDescribableImpl<StatusErrorHandler>
implements ErrorHandler, ExtensionPoint
Extension point to provide way of how to react on errors in status setter step
- Since:
- 1.19.0
- Author:
- lanwen (Merkushev Kirill)
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jenkinsci.plugins.github.common.ErrorHandler
handle
-
Constructor Details
-
StatusErrorHandler
public StatusErrorHandler()
-
-
Method Details
-
all
Used in view- Returns:
- all of the available error handlers.
-