hudson.plugins.PerfPublisher
Class MatrixTestReportAction
java.lang.Object
hudson.plugins.PerfPublisher.AbstractPerfPublisherAction
hudson.plugins.PerfPublisher.MatrixTestReportAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class MatrixTestReportAction
- extends AbstractPerfPublisherAction
- implements hudson.model.Action
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixTestReportAction
public MatrixTestReportAction(hudson.matrix.MatrixBuild build)
getBuild
public hudson.matrix.MatrixBuild getBuild()
getProject
public hudson.matrix.MatrixProject getProject()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject- Overrides:
getDisplayName in class AbstractPerfPublisherAction
getSearchUrl
public java.lang.String getSearchUrl()
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action- Overrides:
getIconFileName in class AbstractPerfPublisherAction
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action- Overrides:
getUrlName in class AbstractPerfPublisherAction
addSubBuildResult
public void addSubBuildResult(ReportContainer report,
java.util.Map<java.lang.String,java.lang.String> buildVariables)
- Add a subBuild result
- Parameters:
report - buildVariables -
getMatrixBuild
public PerfPublisherMatrixBuild getMatrixBuild()
computeStats
public void computeStats()
getSummary
public java.lang.String getSummary()
- Returns:
- Summary HTML
floor
public static double floor(double a,
int n)
- Round a double with n decimals
- Parameters:
a - value to convertn - Number of decimals
- Returns:
- the rounded number
getDetailSummary
public java.lang.String getDetailSummary()
getHtmlArrayDisplay
public java.lang.String getHtmlArrayDisplay()
getNumberOfExecutedTest
public int getNumberOfExecutedTest()
Copyright © 2010. All Rights Reserved.