Class PitProjectAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.pitmutation.PitProjectAction
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
,hudson.model.ProminentProjectAction
,hudson.search.SearchableModelObject
,hudson.search.SearchItem
,jenkins.model.ModelObjectWithContextMenu
public class PitProjectAction
extends hudson.model.Actionable
implements hudson.model.ProminentProjectAction
- Author:
- Ed Kimber
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description PitProjectAction(hudson.model.AbstractProject<?,?> project)
-
Method Summary
Modifier and Type Method Description void
doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
void
doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
String
getDisplayName()
String
getIconFileName()
PitBuildAction
getLastResult()
Getter for property 'lastResult'.Integer
getLastResultBuild()
Getter for property 'lastResult'.hudson.model.AbstractProject<?,?>
getProject()
String
getSearchUrl()
String
getUrlName()
boolean
isFloatingBoxActive()
Methods inherited from class hudson.model.Actionable
addAction, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
-
Constructor Details
-
PitProjectAction
public PitProjectAction(hudson.model.AbstractProject<?,?> project)
-
-
Method Details
-
getLastResult
Getter for property 'lastResult'.- Returns:
- Value for property 'lastResult'.
-
getProject
public hudson.model.AbstractProject<?,?> getProject() -
getLastResultBuild
Getter for property 'lastResult'.- Returns:
- Value for property 'lastResult'.
-
getIconFileName
- Specified by:
getIconFileName
in interfacehudson.model.Action
-
getUrlName
- Specified by:
getUrlName
in interfacehudson.model.Action
-
getDisplayName
- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
-
getSearchUrl
- Specified by:
getSearchUrl
in interfacehudson.search.SearchItem
-
isFloatingBoxActive
public boolean isFloatingBoxActive() -
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException- Throws:
IOException
-
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException- Throws:
IOException
-