@Deprecated public class TestAutomationReport extends Object
Constructor and Description |
---|
TestAutomationReport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getBuild()
Deprecated.
|
TestAutomationBuildAction |
getBuildAction()
Deprecated.
|
String |
getDashboardName()
Deprecated.
|
int |
getDegradedCount()
Deprecated.
|
List<TestCase> |
getDegradedTestCases()
Deprecated.
|
List<TestCase> |
getExecutedTestCases()
Deprecated.
|
int |
getFailedCount()
Deprecated.
|
List<TestCase> |
getFailedTestCases()
Deprecated.
|
String |
getHost()
Deprecated.
|
int |
getImprovedCount()
Deprecated.
|
List<TestCase> |
getImprovedTestCases()
Deprecated.
|
TestAutomationReport |
getLastBuildReport()
Deprecated.
|
TestMetric |
getMetric(String metricgroup,
String measure)
Deprecated.
|
int |
getPassedCount()
Deprecated.
|
List<TestCase> |
getPassedTestCases()
Deprecated.
|
String |
getPort()
Deprecated.
|
String |
getProtocol()
Deprecated.
|
List<TestCase> |
getTestCases(TestCaseStatus status)
Deprecated.
|
Map<TestCaseStatus,Integer> |
getTestCaseSummary()
Deprecated.
|
org.joda.time.DateTime |
getTimestamp()
Deprecated.
|
int |
getVolatileCount()
Deprecated.
|
List<TestCase> |
getVolatileTestCases()
Deprecated.
|
void |
setBuildAction(TestAutomationBuildAction buildAction)
Deprecated.
|
void |
setDashboardName(String dashboardName)
Deprecated.
|
void |
setExecutedTestCases(List<TestCase> executedTestCases)
Deprecated.
|
void |
setHost(String host)
Deprecated.
|
void |
setLastBuildReport(TestAutomationReport lastReport)
Deprecated.
|
void |
setPort(String port)
Deprecated.
|
void |
setProtocol(String protocol)
Deprecated.
|
void |
setTestCaseSummary(Map<TestCaseStatus,Integer> testCaseSummary)
Deprecated.
|
void |
setTimestamp(org.joda.time.DateTime timestamp)
Deprecated.
|
String |
toString()
Deprecated.
|
public void setBuildAction(TestAutomationBuildAction buildAction)
public void setLastBuildReport(TestAutomationReport lastReport)
public org.joda.time.DateTime getTimestamp()
public void setTimestamp(org.joda.time.DateTime timestamp)
public TestAutomationBuildAction getBuildAction()
public TestAutomationReport getLastBuildReport()
public hudson.model.AbstractBuild<?,?> getBuild()
public void setTestCaseSummary(Map<TestCaseStatus,Integer> testCaseSummary)
public Map<TestCaseStatus,Integer> getTestCaseSummary()
public TestMetric getMetric(String metricgroup, String measure)
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public String getDashboardName()
public void setDashboardName(String dashboardName)
public int getFailedCount()
public int getPassedCount()
public int getDegradedCount()
public int getVolatileCount()
public int getImprovedCount()
public List<TestCase> getTestCases(TestCaseStatus status)
Copyright © 2016–2020. All rights reserved.