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
public abstract class AbstractClifAction extends Object implements Action
Abstract class with functionality common to all Clif actions.- Author:
- Julien Coste
-
-
Constructor Summary
Constructors Constructor Description AbstractClifAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetDisplayName()StringgetIconFileName()StringgetUrlName()protected booleanshouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Run build)
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public abstract String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
shouldReloadGraph
protected boolean shouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Run build)
-
-