hudson.plugins.testlink
Class TestLinkProjectAction
java.lang.Object
hudson.plugins.testlink.AbstractTestLinkProjectAction
hudson.plugins.testlink.TestLinkProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class TestLinkProjectAction
- extends AbstractTestLinkProjectAction
- Since:
- 1.0
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestLinkProjectAction
public TestLinkProjectAction(hudson.model.AbstractProject<?,?> project)
getProject
public hudson.model.AbstractProject<?,?> getProject()
getBuildActionClass
protected java.lang.Class<TestLinkBuildAction> getBuildActionClass()
getLastBuildAction
public TestLinkBuildAction getLastBuildAction()
- Returns the last build action.
- Returns:
- the last build action or
null
if there is no such
build action.
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws java.io.IOException
- Show CCM html report f the latest build. If no builds are associated
with CCM , returns info page.
- Parameters:
req
- Stapler requestres
- Stapler response
- Throws:
java.io.IOException
- in case of an error
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws java.io.IOException
- Throws:
java.io.IOException
doGraphMap
public void doGraphMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws java.io.IOException
- Throws:
java.io.IOException
isDisplayGraph
public final boolean isDisplayGraph()
- Checks if it should display graph.
- Returns:
true
if it should display graph and
false
otherwise.
populateDataSetBuilder
protected void populateDataSetBuilder(hudson.util.DataSetBuilder<java.lang.String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
getGraphWidth
public int getGraphWidth()
- Getter for property 'graphWidth'.
- Returns:
- Value for property 'graphWidth'.
getGraphHeight
public int getGraphHeight()
- Getter for property 'graphHeight'.
- Returns:
- Value for property 'graphHeight'.
Copyright © 2010-2011 the Jenkins TestLink plug-in team-2011 Jenkins. All Rights Reserved.