Package hudson.tasks.junit
package hudson.tasks.junit
Model objects that represent JUnit test reports.
-
ClassDescriptionOne test result.Constants that represent the status of this test.Cumulative test result of a test class.History of
TestObject
over time.Parse some JUnit xml files and generate a TestResult containing all the results parsed.Generates HTML report from JUnit test result XML files.Generated localization support class.Cumulative test result for a package.Result of one test suite.Deprecated.with no replacement.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 packagesContributesTestAction
s to test results.Allow extensions to transform the class/package/method name for JUnit test cases which will be displayed on the test result page.Deprecated.UseTestObject
instead.Root of all the test results for one build.Action
that displays the JUnit test result.ResolvesTestAction
s for the givenTestObject
.Summary of test results that can be used in Pipeline scripts.As the name suggest: a resolver for XML entities.