Package hudson.tasks.junit
Model objects that represent JUnit test reports.
-
Interface Summary Interface Description JUnitTask -
Class Summary Class Description CaseResult One test result.ClassResult Cumulative test result of a test class.History History ofTestObject
over time.History.HistoryTableResult HistoryTestResultSummary JUnitParser Parse some JUnit xml files and generate a TestResult containing all the results parsed.JUnitResultArchiver Generates HTML report from JUnit test result XML files.JUnitResultArchiver.DescriptorImpl Messages Generated localization support class.PackageResult Cumulative test result for a package.SuiteResult Result of one test suite.SuiteResult.SuiteResultParserConfigurationContext Deprecated. with no replacement.TestAction Jelly (all optional): index.jelly: included at the top of the test page summary.jelly: included in a collapsed panel on the test parent page badge.jelly: shown after the test link on the test parent page casetableheader.jelly: allows additional table headers to be shown in tables that list test methods classtableheader.jelly: allows additional table headers to be shown in tables that list test classes packagetableheader.jelly: allows additional table headers to be shown in tables that list test packages tablerow.jelly: allows additional table cells to be shown in tables that list test methods, classes and packagesTestDataPublisher ContributesTestAction
s to test results.TestDurationResultSummary TestNameTransformer Allow extensions to transform the class/package/method name for JUnit test cases which will be displayed on the test result page.TestObject Deprecated. UseTestObject
instead.TestResult Root of all the test results for one build.TestResultAction Action
that displays the JUnit test result.TestResultAction.Data ResolvesTestAction
s for the givenTestObject
.TestResultSummary Summary of test results that can be used in Pipeline scripts.TrendTestResultSummary XMLEntityResolver As the name suggest: a resolver for XML entities. -
Enum Summary Enum Description CaseResult.Status Constants that represent the status of this test.