Class PublisherErrorHandler
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<PublisherErrorHandler>
-
- org.jenkinsci.plugins.github.pullrequest.utils.PublisherErrorHandler
-
- All Implemented Interfaces:
Describable<PublisherErrorHandler>
public class PublisherErrorHandler extends AbstractDescribableImpl<PublisherErrorHandler>
Allows to change build result to specified value if there was publisher error.- Author:
- Alina Karpovich
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PublisherErrorHandler.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description PublisherErrorHandler(Result buildStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result
getBuildStatus()
Result
markBuildAfterError(Run<?,?> run)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-