Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
hudson.tasks.test |
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
|
Modifier and Type | Method and Description |
---|---|
TestResult |
SuiteResult.getParent() |
TestResult |
PackageResult.getParent() |
TestResult |
TestResultAction.getResult() |
TestResult |
TestResult.getTestResult() |
abstract TestResult |
TestObject.getTestResult()
Deprecated.
|
protected TestResult |
JUnitResultArchiver.parse(String expandedTestResults,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Deprecated.
|
TestResult |
JUnitParser.parse(String testResultLocations,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
Deprecated.
|
protected TestResult |
JUnitResultArchiver.parseResult(org.apache.tools.ant.DirectoryScanner ds,
long buildTime)
Deprecated.
since 2009-08-10.
|
TestResult |
JUnitParser.parseResult(String testResultLocations,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
Modifier and Type | Method and Description |
---|---|
TestResultAction.Data |
TestDataPublisher.contributeTestData(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
TestResult testResult)
Called after test results are collected by Jenkins, to create a resolver for
TestAction s. |
TestResultAction.Data |
TestDataPublisher.getTestData(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
TestResult testResult)
Deprecated.
|
void |
TestResultAction.setResult(TestResult result,
hudson.model.BuildListener listener)
Deprecated.
|
void |
TestResultAction.setResult(TestResult result,
hudson.model.TaskListener listener)
Overwrites the
TestResult by a new data set. |
Constructor and Description |
---|
TestResultAction(hudson.model.AbstractBuild owner,
TestResult result,
hudson.model.BuildListener listener)
Deprecated.
|
TestResultAction(hudson.model.Run owner,
TestResult result,
hudson.model.TaskListener listener) |
TestResultAction(TestResult result,
hudson.model.BuildListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TestResult |
TestObject.getTestResult()
Deprecated.
This method returns a JUnit specific class. Use
TestObject.getTopLevelTestResult() instead for a more general interface. |
Copyright © 2015. All rights reserved.