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 String
getDisplayName()
String
getIconFileName()
String
getUrlName()
protected boolean
shouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Run build)
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public abstract String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
shouldReloadGraph
protected boolean shouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Run build)
-
-