Class RunDisplayAction
- java.lang.Object
-
- org.jenkinsci.plugins.displayurlapi.actions.AbstractDisplayAction
-
- org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction
-
- All Implemented Interfaces:
Action,ModelObject
public class RunDisplayAction extends AbstractDisplayAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunDisplayAction.TransientActionFactoryImpl
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.displayurlapi.actions.AbstractDisplayAction
URL_NAME
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRunDisplayAction(Run run)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRedirectURL(DisplayURLProvider provider)-
Methods inherited from class org.jenkinsci.plugins.displayurlapi.actions.AbstractDisplayAction
doRedirect, getDisplayName, getIconFileName, getUrlName, getUserPreferredProviderProperty
-
-
-
-
Constructor Detail
-
RunDisplayAction
protected RunDisplayAction(Run run)
-
-
Method Detail
-
getRedirectURL
protected String getRedirectURL(DisplayURLProvider provider)
- Specified by:
getRedirectURLin classAbstractDisplayAction
-
-