Package org.ow2.clif.jenkins
Class AbstractClifAction
java.lang.Object
org.ow2.clif.jenkins.AbstractClifAction
- All Implemented Interfaces:
Action,ModelObject
- Direct Known Subclasses:
ClifBuildAction,ClifProjectAction
Abstract class with functionality common to all Clif actions.
- Author:
- Julien Coste
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringprotected booleanshouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Run build)
-
Constructor Details
-
AbstractClifAction
public AbstractClifAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
shouldReloadGraph
protected boolean shouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Run build)
-