com.thalesgroup.hudson.plugins.cccc
Class CcccProjectAction
java.lang.Object
com.thalesgroup.hudson.plugins.cccc.CcccProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, Serializable
public class CcccProjectAction
- extends Object
- implements hudson.model.Action, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL_NAME
public static final String URL_NAME
- See Also:
- Constant Field Values
CHART_WIDTH
public static final int CHART_WIDTH
- See Also:
- Constant Field Values
CHART_HEIGHT
public static final int CHART_HEIGHT
- See Also:
- Constant Field Values
project
public hudson.model.AbstractProject<?,?> project
CcccProjectAction
public CcccProjectAction(hudson.model.AbstractProject<?,?> project)
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
- Redirects the index page to the last result.
- Parameters:
request - Stapler requestresponse - Stapler response
- Throws:
IOException - in case of an error
getLastFinishedBuild
public hudson.model.AbstractBuild<?,?> getLastFinishedBuild()
- Returns the last finished build.
- Returns:
- the last finished build or
null if there is no
such build
hasValidResults
public final boolean hasValidResults()
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
- Display the graph
- Parameters:
request - Stapler requestresponse - Stapler response
- Throws:
IOException - in case of an error in
Copyright © 2004-2011. All Rights Reserved.