Uses of Class
hudson.tasks.junit.TestResult
Packages that use TestResult
Package
Description
Model objects that represent JUnit test reports.
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
-
Uses of TestResult in hudson.tasks.junit
Methods in hudson.tasks.junit that return TestResultModifier and TypeMethodDescriptionPackageResult.getParent()SuiteResult.getParent()TestResultAction.getResult()TestResult.getResultByNode(String nodeId) TestResult.getResultByNodes(List<String> nodeIds) TestResult.getResultForPipelineBlock(String blockId) abstract TestResultTestObject.getTestResult()Deprecated.TestResult.getTestResult()JUnitParser.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener) Deprecated.protected TestResultJUnitResultArchiver.parse(String expandedTestResults, AbstractBuild build, Launcher launcher, BuildListener listener) Deprecated.JUnitParser.parseResult(String testResultLocations, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) Deprecated.JUnitParser.parseResult(String testResultLocations, Run<?, ?> build, PipelineTestDetails pipelineTestDetails, FilePath workspace, Launcher launcher, TaskListener listener) protected TestResultJUnitResultArchiver.parseResult(org.apache.tools.ant.DirectoryScanner ds, long buildTime) Deprecated.since 2009-08-10.Methods in hudson.tasks.junit with parameters of type TestResultModifier and TypeMethodDescriptionTestDataPublisher.contributeTestData(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, TestResult testResult) Called after test results are collected by Jenkins, to create a resolver forTestActions.TestDataPublisher.getTestData(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener, TestResult testResult) Deprecated.voidTestResultAction.mergeResult(TestResult additionalResult, TaskListener listener) Merges an additional test result into this one.voidSuiteResult.setParent(TestResult parent) KLUGE.voidTestResultAction.setResult(TestResult result, BuildListener listener) Deprecated.voidTestResultAction.setResult(TestResult result, TaskListener listener) Overwrites theTestResultby a new data set.Constructors in hudson.tasks.junit with parameters of type TestResultModifierConstructorDescriptionPackageResult(TestResult parent, String packageName) TestResult(TestResult src) TestResultAction(AbstractBuild owner, TestResult result, BuildListener listener) Deprecated.TestResultAction(Run owner, TestResult result, TaskListener listener) TestResultAction(TestResult result, BuildListener listener) Deprecated.TestResultSummary(TestResult result) Widget(TestResult result) -
Uses of TestResult in hudson.tasks.test
Methods in hudson.tasks.test that return TestResultModifier and TypeMethodDescriptionTestObject.getTestResult()Deprecated.This method returns a JUnit specific class. -
Uses of TestResult in io.jenkins.plugins.junit.checks
Constructors in io.jenkins.plugins.junit.checks with parameters of type TestResultModifierConstructorDescriptionJUnitChecksPublisher(Run run, String checksName, TestResult result, TestResultSummary summary) -
Uses of TestResult in io.jenkins.plugins.junit.storage
Methods in io.jenkins.plugins.junit.storage that return TestResultModifier and TypeMethodDescriptionTestResultImpl.getPreviousResult()The test result for the last run that has a test result Null when there's no previous result.TestResultImpl.getResultByNodes(List<String> nodeIds) Methods in io.jenkins.plugins.junit.storage with parameters of type TestResultModifier and TypeMethodDescriptionvoidJunitTestResultStorage.RemotePublisher.publish(TestResult result, TaskListener listener)