Package org.ow2.clif.jenkins
Class ClifProjectAction
java.lang.Object
org.ow2.clif.jenkins.AbstractClifAction
org.ow2.clif.jenkins.ClifProjectAction
- All Implemented Interfaces:
Action,ModelObject
Action used for Clif report on project level.
- Author:
- Julien Coste, Bruno Dillenseger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoActionErrorGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) voiddoActionGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) getActionByBuildNumber(int number) Methods inherited from class org.ow2.clif.jenkins.AbstractClifAction
getIconFileName, getUrlName, shouldReloadGraph
-
Constructor Details
-
ClifProjectAction
-
-
Method Details
-
getActionsAvailable
-
getProject
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject- Specified by:
getDisplayNamein classAbstractClifAction
-
getActionByBuildNumber
-
doActionGraph
public void doActionGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException - Throws:
IOException
-
doActionErrorGraph
public void doActionErrorGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException - Throws:
IOException
-