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).
|
io.jenkins.plugins.junit.checks | |
io.jenkins.plugins.junit.storage |
Modifier and Type | Method and Description |
---|---|
TestResult |
SuiteResult.getParent() |
TestResult |
PackageResult.getParent() |
TestResult |
TestResultAction.getResult() |
TestResult |
TestResult.getResultByNode(String nodeId) |
TestResult |
TestResult.getResultByNodes(List<String> nodeIds) |
TestResult |
TestResult.getResultForPipelineBlock(String blockId) |
abstract TestResult |
TestObject.getTestResult()
Deprecated.
|
TestResult |
TestResult.getTestResult() |
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)
Deprecated.
|
TestResult |
JUnitParser.parseResult(String testResultLocations,
hudson.model.Run<?,?> build,
PipelineTestDetails pipelineTestDetails,
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.mergeResult(TestResult additionalResult,
hudson.model.TaskListener listener)
Merges an additional test result into this one.
|
void |
SuiteResult.setParent(TestResult parent)
KLUGE.
|
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 |
---|
PackageResult(TestResult parent,
String packageName) |
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.
|
TestResultSummary(TestResult result) |
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. |
Constructor and Description |
---|
JUnitChecksPublisher(hudson.model.Run run,
String checksName,
TestResult result,
TestResultSummary summary) |
Modifier and Type | Method and Description |
---|---|
TestResult |
TestResultImpl.getPreviousResult()
The test result for the last run that has a test result
Null when there's no previous result.
|
TestResult |
TestResultImpl.getResultByNodes(List<String> nodeIds) |
Modifier and Type | Method and Description |
---|---|
void |
JunitTestResultStorage.RemotePublisher.publish(TestResult result,
hudson.model.TaskListener listener) |
Copyright © 2016–2022. All rights reserved.