Class NaginatorRetryAction
java.lang.Object
com.chikli.hudson.plugin.naginator.NaginatorRetryAction
- All Implemented Interfaces:
Action
,ModelObject
- Author:
- Nicolas De Loof
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doIndex
(org.kohsuke.stapler.StaplerResponse2 res, AbstractBuild<?, ?> build)
-
Constructor Details
-
NaginatorRetryAction
public NaginatorRetryAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse2 res, @CheckForNull @AncestorInPath AbstractBuild<?, ?> build) throws IOException- Throws:
IOException
-