Class and Description |
---|
hudson.tasks.junit.TestObject
Use
TestObject instead. |
Method and Description |
---|
hudson.tasks.test.AggregatedTestResultAction.getDescription(TestObject)
so that IDE warns you if you accidentally try to call it.
|
hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction.getDescription(TestObject)
so that IDE warns you if you accidentally try to call it.
|
hudson.tasks.test.TestObject.getTestResult()
This method returns a JUnit specific class. Use
TestObject.getTopLevelTestResult() instead for a more general interface. |
hudson.tasks.junit.JUnitResultArchiver.parseResult(DirectoryScanner, long)
since 2009-08-10.
|
hudson.tasks.test.AggregatedTestResultAction.setDescription(TestObject, String)
so that IDE warns you if you accidentally try to call it.
|
hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction.setDescription(TestObject, String)
so that IDE warns you if you accidentally try to call it.
|
Constructor and Description |
---|
hudson.tasks.test.AbstractTestResultAction(AbstractBuild)
Use the default constructor and just call
Run.addAction(hudson.model.Action) to associate the build with the action. |
hudson.tasks.test.AggregatedTestResultAction(AbstractBuild) |
hudson.tasks.junit.JUnitParser() |
hudson.tasks.junit.JUnitResultArchiver(String)
since 2009-08-09.
|
hudson.tasks.junit.JUnitResultArchiver(String, boolean, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>) |
hudson.tasks.junit.JUnitResultArchiver(String, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>) |
hudson.tasks.junit.TestResult(long, DirectoryScanner) |
hudson.tasks.junit.TestResultAction(AbstractBuild, TestResult, BuildListener) |
Copyright © 2014. All rights reserved.