Class AbstractDisplayAction
java.lang.Object
org.jenkinsci.plugins.displayurlapi.actions.AbstractDisplayAction
- All Implemented Interfaces:
Action
,ModelObject
- Direct Known Subclasses:
JobDisplayAction
,RunDisplayAction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Object
doRedirect
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) protected abstract String
getRedirectURL
(DisplayURLProvider provider)
-
Field Details
-
URL_NAME
- See Also:
-
-
Constructor Details
-
AbstractDisplayAction
public AbstractDisplayAction()
-
-
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
-
doRedirect
public final Object doRedirect(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException - Throws:
IOException
-
getRedirectURL
-