Index

A B C D E F G H I J L M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractTestResultAction<T> - Class in hudson.tasks.test
Common base class for recording test result.
AbstractTestResultAction() - Constructor for class hudson.tasks.test.AbstractTestResultAction
 
AbstractTestResultAction(AbstractBuild) - Constructor for class hudson.tasks.test.AbstractTestResultAction
Deprecated.
AbstractTestResultAction(Run) - Constructor for class hudson.tasks.test.AbstractTestResultAction
Deprecated.
Use the default constructor and just call Run.addAction(hudson.model.Action) to associate the build with the action.
AbstractTestResultAction_Badge(Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.Badge: {0} {0,choice,1#test|1<tests} failed.
AbstractTestResultAction_fail(Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.fail: {0}: {1} {1,choice,0#failures|1#failure|1<failures}.
AbstractTestResultAction_getDisplayName() - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.getDisplayName: Tests.
AbstractTestResultAction_skip(Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.skip: {0}: {1} {1,choice,0#skips|1#skip|1<skips}.
AbstractTestResultAction_test(Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.test: {0}: {1} {1,choice,0#tests|1#test|1<tests}.
AbstractTestResultAction_TestsDescription(Object, Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.TestsDescription: {0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}..
AbstractTestResultAction_zeroTestDescription(Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.zeroTestDescription: {0}: 0 tests in total..
AbstractTestResultAction.Summarizer - Class in hudson.tasks.test
 
add(CaseResult) - Method in class hudson.tasks.junit.ClassResult
 
add(CaseResult) - Method in class hudson.tasks.junit.PackageResult
 
add(AbstractTestResultAction) - Method in class hudson.tasks.test.AggregatedTestResultAction
 
addCase(CaseResult) - Method in class hudson.tasks.junit.SuiteResult
 
addChildBlock(PipelineBlockWithTests) - Method in class hudson.tasks.test.PipelineBlockWithTests
 
addData(TestResultAction.Data) - Method in class hudson.tasks.junit.TestResultAction
Adds a TestResultAction.Data to the test data associated with this action.
addLeafNode(String) - Method in class hudson.tasks.test.PipelineBlockWithTests
 
AggregatedTestResultAction - Class in hudson.tasks.test
AbstractTestResultAction that aggregates all the test results from the corresponding Runs.
AggregatedTestResultAction() - Constructor for class hudson.tasks.test.AggregatedTestResultAction
 
AggregatedTestResultAction(AbstractBuild) - Constructor for class hudson.tasks.test.AggregatedTestResultAction
Deprecated.
AggregatedTestResultAction.Child - Class in hudson.tasks.test
 
AggregatedTestResultAction.ChildReport - Class in hudson.tasks.test
Data-binding bean for the remote API.
AggregatedTestResultPublisher - Class in hudson.tasks.test
Aggregates downstream test reports into a single consolidated report, so that people can see the overall test results in one page when tests are scattered across many different jobs.
AggregatedTestResultPublisher(String) - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher
 
AggregatedTestResultPublisher(String, boolean) - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher
 
AggregatedTestResultPublisher_DisplayName() - Static method in class hudson.tasks.test.Messages
Key AggregatedTestResultPublisher.DisplayName: Aggregate downstream test results.
AggregatedTestResultPublisher_Title() - Static method in class hudson.tasks.test.Messages
Key AggregatedTestResultPublisher.Title: Aggregated Test Result.
AggregatedTestResultPublisher.DescriptorImpl - Class in hudson.tasks.test
 
AggregatedTestResultPublisher.TestResultAction - Class in hudson.tasks.test
Action that serves the aggregated record.
AggregatedTestResultPublisher.TestResultAction.RunListenerImpl - Class in hudson.tasks.test
 
AggregatedTestResultPublisher.TestResultProjectAction - Class in hudson.tasks.test
 
all() - Static method in class hudson.tasks.junit.TestDataPublisher
 
all() - Static method in class hudson.tasks.junit.TestNameTransformer
 
all() - Static method in class hudson.tasks.test.TestResultParser
Deprecated.
Unused. In fact only the labeled-test-groups-publisher plugin seems to actually enumerate parsers this way (though not using this method), a use case superseded by PipelineTestDetails.
all() - Static method in class io.jenkins.plugins.junit.storage.JunitTestResultStorageDescriptor
 
ALL - Enum constant in enum class hudson.tasks.junit.StdioRetention
 
annotate(String) - Method in class hudson.tasks.junit.TestAction
Returns text with annotations.
annotate(String) - Method in class hudson.tasks.test.TestResult
All JUnit test output (error message, stack trace, std out, std err) shown on the single test case result page is passed through this method when the page is rendered, which processes / sanitizes the text to make it suitable for HTML rendering.
asInt(String, int) - Static method in class hudson.tasks.junit.History
 

B

blockToTestResult(PipelineBlockWithTests, TabulatedResult) - Method in class hudson.tasks.junit.TestResult
Get an aggregated TestResult for all test results in a PipelineBlockWithTests and any children it may have.
blockToTestResult(PipelineBlockWithTests, TabulatedResult) - Method in class hudson.tasks.test.TabulatedResult
Get an aggregated TabulatedResult for all test results in a PipelineBlockWithTests and any children it may have.
build - Variable in class hudson.tasks.test.AggregatedTestResultAction.Child
 
BuildTrigger_NoSuchProject(Object, Object) - Static method in class hudson.tasks.test.Messages
Key BuildTrigger.NoSuchProject: No such project ‘{0}’. Did you mean ‘{1}’?.
byPackage(String) - Method in class hudson.tasks.junit.TestResult
 

C

CaseResult - Class in hudson.tasks.junit
One test result.
CaseResult(CaseResult) - Constructor for class hudson.tasks.junit.CaseResult
 
CaseResult(SuiteResult, String, String) - Constructor for class hudson.tasks.junit.CaseResult
Used to create a fake failure, when Hudson fails to load data from XML files.
CaseResult(SuiteResult, String, String, String) - Constructor for class hudson.tasks.junit.CaseResult
 
CaseResult(SuiteResult, String, String, String, String, float, String, String, String) - Constructor for class hudson.tasks.junit.CaseResult
 
CaseResult_Status_Failed() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Failed: Failed.
CaseResult_Status_Fixed() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Fixed: Fixed.
CaseResult_Status_Passed() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Passed: Passed.
CaseResult_Status_Regression() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Regression: Regression.
CaseResult_Status_Skipped() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Skipped: Skipped.
CaseResult.Status - Enum Class in hudson.tasks.junit
Constants that represent the status of this test.
child - Variable in class hudson.tasks.test.AggregatedTestResultAction.ChildReport
Deprecated.
Child(String, int) - Constructor for class hudson.tasks.test.AggregatedTestResultAction.Child
 
children - Variable in class hudson.tasks.test.AggregatedTestResultAction
child builds whose test results are used for aggregation.
ChildReport(AbstractBuild<?, ?>, AbstractTestResultAction) - Constructor for class hudson.tasks.test.AggregatedTestResultAction.ChildReport
Deprecated.
ChildReport(Run<?, ?>, AbstractTestResultAction) - Constructor for class hudson.tasks.test.AggregatedTestResultAction.ChildReport
 
clampDuration(float) - Static method in class hudson.tasks.junit.CaseResult
 
ClassResult - Class in hudson.tasks.junit
Cumulative test result of a test class.
ClassResult(PackageResult, String) - Constructor for class hudson.tasks.junit.ClassResult
 
ClassResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Key ClassResult.getTitle: {0}.
compareTo(CaseResult) - Method in class hudson.tasks.junit.CaseResult
 
compareTo(ClassResult) - Method in class hudson.tasks.junit.ClassResult
 
compareTo(PackageResult) - Method in class hudson.tasks.junit.PackageResult
 
computeSeries(AbstractTestResultAction) - Method in class hudson.tasks.test.TestResultTrendSeriesBuilder
 
computeSeries(TestObject) - Method in class hudson.tasks.test.TestDurationTrendSeriesBuilder
 
computeSeries(TestObject) - Method in class hudson.tasks.test.TestObjectTrendSeriesBuilder
 
configure(StaplerRequest2, JSONObject) - Method in class io.jenkins.plugins.junit.storage.JunitTestResultStorageConfiguration
 
contributeTestData(Run<?, ?>, FilePath, Launcher, TaskListener, TestResult) - Method in class hudson.tasks.junit.TestDataPublisher
Called after test results are collected by Jenkins, to create a resolver for TestActions.
create(Iterable, ChartModelConfiguration) - Method in class hudson.tasks.test.TestResultDurationChart
 
create(Iterable, ChartModelConfiguration) - Method in class hudson.tasks.test.TestResultTrendChart
 
create(Iterable, ChartModelConfiguration, TestResultTrendChart.PassedColor) - Method in class hudson.tasks.test.TestResultTrendChart
 
create(List<TestDurationResultSummary>) - Method in class hudson.tasks.test.TestResultDurationChart
 
create(List<TrendTestResultSummary>) - Method in class hudson.tasks.test.TestResultTrendChart
 
create(List<TrendTestResultSummary>, TestResultTrendChart.PassedColor) - Method in class hudson.tasks.test.TestResultTrendChart
 
createChartModel() - Method in class hudson.tasks.test.TestResultProjectAction
Deprecated.
createFromTestObject(Iterable, ChartModelConfiguration) - Method in class hudson.tasks.test.TestResultTrendChart
 
createFromTestObject(Iterable, ChartModelConfiguration, TestResultTrendChart.PassedColor) - Method in class hudson.tasks.test.TestResultTrendChart
 
createRemotePublisher(Run<?, ?>) - Method in class io.jenkins.plugins.junit.storage.FileJunitTestResultStorage
 
createRemotePublisher(Run<?, ?>) - Method in class io.jenkins.plugins.junit.storage.JunitTestResultStorage

D

Data() - Constructor for class hudson.tasks.junit.TestResultAction.Data
 
DEFAULT - Static variable in enum class hudson.tasks.junit.StdioRetention
 
DefaultTestResultParserImpl - Class in hudson.tasks.test
Deprecated.
Unused, unusable.
DefaultTestResultParserImpl() - Constructor for class hudson.tasks.test.DefaultTestResultParserImpl
Deprecated.
 
DescriptorImpl() - Constructor for class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.junit.pipeline.JUnitResultsStep.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.junit.storage.FileJunitTestResultStorage.DescriptorImpl
 
doAutoCompleteJobs(String, Item, ItemGroup) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
doCheckHealthScaleFactor(double) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
doCheckHealthScaleFactor(double) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep.DescriptorImpl
 
doCheckJobs(AbstractProject, String) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
doCheckTestResults(AbstractProject, String) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
Performs on-the-fly validation on the file mask wildcard.
doFillStdioRetentionItems() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep.DescriptorImpl
 
doFillStdioRetentionItems(String) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
doFlipTrend(StaplerRequest2, StaplerResponse2) - Method in class hudson.tasks.test.TestResultProjectAction
Changes the test result report display mode.
doGraph(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.AbstractTestResultAction
Deprecated.
Replaced by echarts in TODO
doGraphMap(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.AbstractTestResultAction
doSubmitDescription(String) - Method in class hudson.tasks.test.TestObject
 
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.TestResultProjectAction
Deprecated.
Replaced by echarts in TODO
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.TestResultProjectAction
Deprecated.
Replaced by echarts in TODO
duration - Variable in class hudson.tasks.test.SimpleCaseResult
 

E

EMPTY_ACTION_LIST - Static variable in class hudson.tasks.test.SimpleCaseResult
An empty list of actions, useful for tests
equals(Object) - Method in class hudson.tasks.junit.CaseResult
 
equals(Object) - Method in class hudson.tasks.junit.ClassResult
 
equals(Object) - Method in record class hudson.tasks.junit.Failure
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class hudson.tasks.junit.PackageResult
 
equals(Object) - Method in class hudson.tasks.test.PipelineBlockWithTests
 

F

FAILED - Enum constant in enum class hudson.tasks.junit.CaseResult.Status
This test failed, just like its previous run.
FAILED - Enum constant in enum class hudson.tasks.junit.StdioRetention
 
FAILED_KEY - Static variable in class hudson.tasks.test.TestResultTrendSeriesBuilder
 
Failure - Record Class in hudson.tasks.junit
 
Failure(String, String, String, String, String) - Constructor for record class hudson.tasks.junit.Failure
Creates an instance of a Failure record class.
FILE_TIME_PRECISION_MARGIN - Static variable in class hudson.tasks.junit.TestResult
 
FileJunitTestResultStorage - Class in io.jenkins.plugins.junit.storage
 
FileJunitTestResultStorage() - Constructor for class io.jenkins.plugins.junit.storage.FileJunitTestResultStorage
 
FileJunitTestResultStorage_displayName() - Static method in class io.jenkins.plugins.junit.storage.Messages
Key FileJunitTestResultStorage.displayName: Local file system.
FileJunitTestResultStorage.DescriptorImpl - Class in io.jenkins.plugins.junit.storage
 
find() - Static method in class io.jenkins.plugins.junit.storage.JunitTestResultStorage
 
findCorrespondingResult(String) - Method in class hudson.tasks.junit.CaseResult
Case results have no children
findCorrespondingResult(String) - Method in class hudson.tasks.junit.ClassResult
 
findCorrespondingResult(String) - Method in class hudson.tasks.junit.PackageResult
 
findCorrespondingResult(String) - Method in class hudson.tasks.junit.TestResult
 
findCorrespondingResult(String) - Method in class hudson.tasks.test.AbstractTestResultAction
 
findCorrespondingResult(String) - Method in class hudson.tasks.test.SimpleCaseResult
 
findCorrespondingResult(String) - Method in class hudson.tasks.test.TestObject
Find the test result corresponding to the one identified by id within this test result.
findPreviousCorresponding(TestResult) - Method in class hudson.tasks.test.AbstractTestResultAction
 
FIXED - Enum constant in enum class hudson.tasks.junit.CaseResult.Status
This test has been failing, but now it runs OK.
freeze(SuiteResult) - Method in class hudson.tasks.junit.CaseResult
 
freeze(TestResultAction) - Method in class hudson.tasks.junit.TestResult
Builds up the transient part of the data structure from results parsed so far.
fromKeepLongStdio(boolean) - Static method in enum class hudson.tasks.junit.StdioRetention
 

G

get() - Static method in class io.jenkins.plugins.junit.storage.JunitTestResultStorageConfiguration
 
getActions(TestObject) - Method in class hudson.tasks.junit.TestResultAction
 
getAge() - Method in class hudson.tasks.junit.CaseResult
Gets the number of consecutive builds (including this) that this test case has been failing.
getAllPackageResults() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getApi() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Exposes this object through the remote API.
getApi() - Method in class hudson.tasks.test.AbstractTestResultAction
Exposes this object to the remote API.
getApi() - Method in class hudson.tasks.test.TestObject
Exposes this object through the remote API.
getBadge() - Method in class hudson.tasks.test.AbstractTestResultAction
 
getBadness() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getBlockId() - Method in class hudson.tasks.test.PipelineBlockWithTests
 
getBuild() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getBuildHealth() - Method in class hudson.tasks.test.AbstractTestResultAction
 
getBuildNumber() - Method in class hudson.tasks.junit.TestDurationResultSummary
 
getBuildNumber() - Method in class hudson.tasks.junit.TrendTestResultSummary
 
getBuildResult() - Method in class hudson.tasks.test.TestResult
Mark a build as unstable if there are failures.
getBuildTrendModel() - Method in class hudson.tasks.test.TestResultProjectAction
Deprecated.
getCase(String) - Method in class hudson.tasks.junit.SuiteResult
Returns the CaseResult whose CaseResult.getFullDisplayName() is the same as the given string.
getCase(String, String) - Method in class hudson.tasks.junit.TestResult
 
getCaseResult(String) - Method in class hudson.tasks.junit.ClassResult
 
getCases() - Method in class hudson.tasks.junit.SuiteResult
 
getChecksName() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getChecksName() - Method in interface hudson.tasks.junit.JUnitTask
 
getChecksName() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
getChildBlocks() - Method in class hudson.tasks.test.PipelineBlockWithTests
 
getChildName(AbstractTestResultAction) - Method in class hudson.tasks.test.AggregatedTestResultAction
 
getChildren() - Method in class hudson.tasks.junit.ClassResult
 
getChildren() - Method in class hudson.tasks.junit.PackageResult
 
getChildren() - Method in class hudson.tasks.junit.TestResult
 
getChildren() - Method in class hudson.tasks.test.TabulatedResult
Gets the child test result objects.
getChildReport(AggregatedTestResultAction.Child) - Method in class hudson.tasks.test.AggregatedTestResultAction
Uses AggregatedTestResultAction.resolveChild(Child) and obtain the AbstractTestResultAction object for the given child.
getChildReports() - Method in class hudson.tasks.test.AggregatedTestResultAction
Mainly for the remote API.
getChildTitle() - Method in class hudson.tasks.junit.ClassResult
 
getChildTitle() - Method in class hudson.tasks.junit.PackageResult
 
getChildTitle() - Method in class hudson.tasks.junit.TestResult
 
getChildTitle() - Method in class hudson.tasks.test.TabulatedResult
 
getChildType() - Method in class hudson.tasks.junit.ClassResult
 
getChildType() - Method in class hudson.tasks.junit.PackageResult
 
getChildType() - Method in class hudson.tasks.junit.TestResult
 
getChildType() - Method in class hudson.tasks.test.TabulatedResult
Get a simple name for the type of children the TabulatedResult.getChildren() method returns, for example "case", "class" or "package".
getClassName() - Method in class hudson.tasks.junit.CaseResult
Gets the class name of a test class.
getClassName() - Method in class hudson.tasks.junit.ClassResult
 
getClassNames() - Method in class hudson.tasks.junit.SuiteResult
 
getClassResult(String) - Method in class hudson.tasks.junit.PackageResult
 
getCondition() - Method in class hudson.tasks.junit.CaseResult
Gets the condition for a test result, e.g., has the test regressed since it last ran
getConfigurableBuildTrendModel(String) - Method in class hudson.tasks.test.TestResultProjectAction
 
getCountOfBuildsWithTestResults() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
Determines if there is multiple builds with test results
getCssClass() - Method in enum class hudson.tasks.junit.CaseResult.Status
 
getDescription() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getDescription() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getDescription() - Method in class hudson.tasks.test.TestObject
 
getDescription(TestObject) - Method in class hudson.tasks.test.AbstractTestResultAction
TestObjects do not have their own persistence mechanism, so updatable data of TestObjects need to be persisted by the owning AbstractTestResultAction, and this method and AbstractTestResultAction.setDescription(TestObject, String) provides that logic.
getDescription(TestObject) - Method in class hudson.tasks.test.AggregatedTestResultAction
Deprecated.
so that IDE warns you if you accidentally try to call it.
getDescription(TestObject) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Deprecated.
so that IDE warns you if you accidentally try to call it.
getDescriptors() - Method in class io.jenkins.plugins.junit.storage.JunitTestResultStorageConfiguration
 
getDidntRun() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Gets the downstream projects that haven't run yet, but expected to produce test results.
getDisplayName() - Method in class hudson.tasks.junit.CaseResult
 
getDisplayName() - Method in class hudson.tasks.junit.ClassResult
 
getDisplayName() - Method in class hudson.tasks.junit.JUnitParser
 
getDisplayName() - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.junit.PackageResult
 
getDisplayName() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep.DescriptorImpl
 
getDisplayName() - Method in enum class hudson.tasks.junit.StdioRetention
 
getDisplayName() - Method in class hudson.tasks.junit.TestDurationResultSummary
 
getDisplayName() - Method in class hudson.tasks.junit.TestResult
 
getDisplayName() - Method in class hudson.tasks.junit.TrendTestResultSummary
 
getDisplayName() - Method in class hudson.tasks.test.AbstractTestResultAction
 
getDisplayName() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
getDisplayName() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getDisplayName() - Method in class hudson.tasks.test.SimpleCaseResult
 
getDisplayName() - Method in class hudson.tasks.test.TestResultParser
Deprecated.
Normally unused.
getDisplayName() - Method in class hudson.tasks.test.TestResultProjectAction
 
getDisplayName() - Method in class io.jenkins.plugins.junit.storage.FileJunitTestResultStorage.DescriptorImpl
 
getDuration() - Method in class hudson.tasks.junit.CaseResult
Gets the duration of the test, in seconds
getDuration() - Method in class hudson.tasks.junit.ClassResult
 
getDuration() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getDuration() - Method in class hudson.tasks.junit.PackageResult
 
getDuration() - Method in class hudson.tasks.junit.SuiteResult
 
getDuration() - Method in class hudson.tasks.junit.TestDurationResultSummary
 
getDuration() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Time took to run this test.
getDuration() - Method in class hudson.tasks.junit.TestResult
 
getDuration() - Method in class hudson.tasks.junit.TestResultSummary
 
getDuration() - Method in class hudson.tasks.test.SimpleCaseResult
Time took to run this test.
getDuration() - Method in class hudson.tasks.test.TestObject
Time took to run this test.
getDuration() - Method in class hudson.tasks.test.TestResult
Time it took to run this test.
getDurationString() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getDurationString() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Returns the string representation of the TestObject.getDuration(), in a human readable format.
getDurationString() - Method in class hudson.tasks.test.TestObject
Returns the string representation of the TestObject.getDuration(), in a human readable format.
getDynamic(String, StaplerRequest2, StaplerResponse2) - Method in class hudson.tasks.junit.ClassResult
 
getDynamic(String, StaplerRequest2, StaplerResponse2) - Method in class hudson.tasks.junit.PackageResult
 
getDynamic(String, StaplerRequest2, StaplerResponse2) - Method in class hudson.tasks.junit.TestResult
 
getDynamic(String, StaplerRequest2, StaplerResponse2) - Method in class hudson.tasks.test.TestObject
 
getEnclosingBlockIds(List<FlowNode>) - Static method in class hudson.tasks.junit.pipeline.JUnitResultsStepExecution
 
getEnclosingBlockNames() - Method in class hudson.tasks.junit.SuiteResult
The possibly-empty list of display names of enclosing blocks within which this suite was generated.
getEnclosingBlockNames() - Method in class hudson.tasks.test.PipelineTestDetails
 
getEnclosingBlockNames(List<FlowNode>) - Static method in class hudson.tasks.junit.pipeline.JUnitResultsStepExecution
 
getEnclosingBlocks() - Method in class hudson.tasks.junit.SuiteResult
The possibly-empty list of FlowNode.ids for enclosing blocks within which this suite was generated.
getEnclosingBlocks() - Method in class hudson.tasks.test.PipelineTestDetails
 
getEnclosingFlowNodeIds() - Method in class hudson.tasks.junit.CaseResult
 
getEnclosingFlowNodeNames() - Method in class hudson.tasks.junit.CaseResult
 
getEnclosingStagesAndParallels(FlowNode) - Static method in class hudson.tasks.junit.pipeline.JUnitResultsStepExecution
Get the stage and parallel branch start node IDs (not the body nodes) for this node, innermost first.
getErrorDetails() - Method in class hudson.tasks.junit.CaseResult
If there was an error or a failure, this is the text from the message.
getErrorDetails() - Method in class hudson.tasks.junit.TestResult
If there was an error or a failure, this is the text from the message.
getErrorDetails() - Method in class hudson.tasks.test.TestResult
If there was an error or a failure, this is the text from the message.
getErrorStackTrace() - Method in class hudson.tasks.junit.CaseResult
If there was an error or a failure, this is the stack trace, or otherwise null.
getErrorStackTrace() - Method in class hudson.tasks.junit.TestResult
If there was an error or a failure, this is the stack trace, or otherwise null.
getErrorStackTrace() - Method in class hudson.tasks.test.TestResult
If there was an error or a failure, this is the stack trace, or otherwise null.
getFailCount() - Method in class hudson.tasks.junit.CaseResult
 
getFailCount() - Method in class hudson.tasks.junit.ClassResult
 
getFailCount() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getFailCount() - Method in class hudson.tasks.junit.PackageResult
 
getFailCount() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the total number of failed tests.
getFailCount() - Method in class hudson.tasks.junit.TestResult
 
getFailCount() - Method in class hudson.tasks.junit.TestResultAction
 
getFailCount() - Method in class hudson.tasks.junit.TestResultSummary
 
getFailCount() - Method in class hudson.tasks.test.AbstractTestResultAction
Gets the number of failed tests.
getFailCount() - Method in class hudson.tasks.test.AggregatedTestResultAction
 
getFailCount() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getFailCount() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the total number of failed tests.
getFailCount() - Method in class hudson.tasks.test.TestObject
Gets the total number of failed tests.
getFailCount() - Method in class hudson.tasks.test.TestResult
Gets the total number of failed tests.
getFailCount() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getFailedSince() - Method in class hudson.tasks.junit.CaseResult
If this test failed, then return the build number when this test started failing.
getFailedSince() - Method in class hudson.tasks.junit.TestResult
If this test failed, then return the build number when this test started failing.
getFailedSince() - Method in class hudson.tasks.test.TestResult
If this test failed, then return the build number when this test started failing.
getFailedSinceRun() - Method in class hudson.tasks.junit.CaseResult
 
getFailedSinceRun() - Method in class hudson.tasks.junit.TestResult
If this test failed, then return the run when this test started failing.
getFailedSinceRun() - Method in class hudson.tasks.test.TestResult
If this test failed, then return the run when this test started failing.
getFailedSinceRun(CaseResult) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getFailedTests() - Method in class hudson.tasks.junit.CaseResult
Gets the "children" of this test result that failed
getFailedTests() - Method in class hudson.tasks.junit.PackageResult
Returns a list of the failed cases, in no particular sort order
getFailedTests() - Method in class hudson.tasks.junit.TestResult
 
getFailedTests() - Method in class hudson.tasks.junit.TestResultAction
 
getFailedTests() - Method in class hudson.tasks.test.AbstractTestResultAction
A shortcut for summary.jelly
getFailedTests() - Method in class hudson.tasks.test.AggregatedTestResultAction
 
getFailedTests() - Method in class hudson.tasks.test.MetaTabulatedResult
All failed tests.
getFailedTests() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the "children" of this test result that failed
getFailedTests() - Method in class hudson.tasks.test.TestResult
Gets the "children" of this test result that failed
getFailedTests() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getFailedTestsByPackage(String) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getFailedTestsSortedByAge() - Method in class hudson.tasks.junit.PackageResult
Returns a list of the failed cases, sorted by age.
getFailureDiffString() - Method in class hudson.tasks.test.AbstractTestResultAction
Gets the diff string of failures.
getFile() - Method in class hudson.tasks.junit.SuiteResult
The absolute path to the original test report.
getFlakyFailures() - Method in class hudson.tasks.junit.CaseResult
 
getFlakyFailures() - Method in class hudson.tasks.test.TestResult
 
getFlowNodeId() - Method in class hudson.tasks.junit.CaseResult
 
getFullDisplayName() - Method in class hudson.tasks.junit.CaseResult
 
getFullDisplayName() - Method in class hudson.tasks.junit.ClassResult
 
getFullDisplayName() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getFullDisplayName() - Method in class hudson.tasks.test.TestObject
 
getFullName() - Method in class hudson.tasks.junit.CaseResult
 
getFullName() - Method in class hudson.tasks.junit.ClassResult
 
getFullName() - Method in class hudson.tasks.test.TestObject
Gets the full name of this object.
getFunctionName() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep.DescriptorImpl
 
getHasFingerprintAction() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getHealthScaleFactor() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getHealthScaleFactor() - Method in interface hudson.tasks.junit.JUnitTask
 
getHealthScaleFactor() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
getHealthScaleFactor() - Method in class hudson.tasks.junit.TestResultAction
 
getHealthScaleFactor() - Method in class hudson.tasks.test.AbstractTestResultAction
Returns how much to scale the test related health by.
getHistory() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getHistory() - Method in class hudson.tasks.test.TestObject
 
getHistorySummaries() - Method in class hudson.tasks.junit.History.HistoryTableResult
 
getHistorySummary(int) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getIconFileName() - Method in class hudson.tasks.junit.CaseResult
 
getIconFileName() - Method in class hudson.tasks.test.AbstractTestResultAction
 
getIconFileName() - Method in class hudson.tasks.test.TestResultProjectAction
No task list item.
getId() - Method in class hudson.tasks.junit.SuiteResult
 
getId() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getId() - Method in class hudson.tasks.test.TestObject
 
getIncludeFailedBuilds() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getIndividuals() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Returns the individual test results that are aggregated.
getJobName() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getJobs() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Gets the jobs to be monitored.
getLastTestResultAction() - Method in class hudson.tasks.test.TestResultProjectAction
 
getLeafNodes() - Method in class hudson.tasks.test.PipelineBlockWithTests
 
getLines() - Method in class hudson.tasks.junit.Widget
 
getMessage() - Method in enum class hudson.tasks.junit.CaseResult.Status
 
getName() - Method in class hudson.tasks.junit.CaseResult
Gets the name of the test, which is returned from TestCase.getName()
getName() - Method in class hudson.tasks.junit.ClassResult
 
getName() - Method in class hudson.tasks.junit.PackageResult
 
getName() - Method in class hudson.tasks.junit.SuiteResult
 
getName() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the name of this object.
getName() - Method in class hudson.tasks.junit.TestResult
 
getName() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the name of this object.
getName() - Method in class hudson.tasks.test.TestObject
Gets the name of this object.
getNodeId() - Method in class hudson.tasks.junit.SuiteResult
The possibly-null FlowNode.id this suite was generated in.
getNodeId() - Method in class hudson.tasks.test.PipelineTestDetails
 
getNoFingerprints() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Gets the downstream projects that have available test results, but do not appear to have fingerprinting enabled.
getOwner() - Method in class hudson.tasks.junit.TestObject
Deprecated.
getPackageName() - Method in class hudson.tasks.junit.CaseResult
Gets the package name of a test case.
getPackageResult(String) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getParent() - Method in class hudson.tasks.junit.CaseResult
 
getParent() - Method in class hudson.tasks.junit.ClassResult
 
getParent() - Method in class hudson.tasks.junit.PackageResult
 
getParent() - Method in class hudson.tasks.junit.SuiteResult
 
getParent() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getParent() - Method in class hudson.tasks.junit.TestResult
 
getParent() - Method in class hudson.tasks.test.SimpleCaseResult
 
getParent() - Method in class hudson.tasks.test.TestObject
Reverse pointer of TabulatedResult.getChildren().
getParentAction() - Method in class hudson.tasks.junit.TestResult
 
getParentAction() - Method in class hudson.tasks.test.SimpleCaseResult
 
getParentAction() - Method in class hudson.tasks.test.TestResult
Returns the action that points to the top level test result includes this test result.
getParsedStdioRetention() - Method in interface hudson.tasks.junit.JUnitTask
 
getPassCount() - Method in class hudson.tasks.junit.CaseResult
 
getPassCount() - Method in class hudson.tasks.junit.ClassResult
 
getPassCount() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getPassCount() - Method in class hudson.tasks.junit.PackageResult
 
getPassCount() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the total number of passed tests.
getPassCount() - Method in class hudson.tasks.junit.TestResult
 
getPassCount() - Method in class hudson.tasks.junit.TestResultSummary
 
getPassCount() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the total number of passed tests.
getPassCount() - Method in class hudson.tasks.test.TestObject
Gets the total number of passed tests.
getPassCount() - Method in class hudson.tasks.test.TestResult
Gets the total number of passed tests.
getPassCount() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getPassedTests() - Method in class hudson.tasks.junit.CaseResult
Gets the "children" of this test result that passed
getPassedTests() - Method in class hudson.tasks.junit.PackageResult
Gets the "children" of this test result that passed
getPassedTests() - Method in class hudson.tasks.junit.TestResult
Gets the "children" of this test result that passed
getPassedTests() - Method in class hudson.tasks.junit.TestResultAction
 
getPassedTests() - Method in class hudson.tasks.test.AbstractTestResultAction
A shortcut for scripting
getPassedTests() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the "children" of this test result that passed
getPassedTests() - Method in class hudson.tasks.test.TestResult
Gets the "children" of this test result that passed
getPassedTests() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getPassedTestsByPackage(String) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getPipelineBlockWithTests(String) - Method in class hudson.tasks.test.TabulatedResult
 
getPluggableStorage() - Method in class hudson.tasks.junit.TestResult
 
getPreviousResult() - Method in class hudson.tasks.junit.CaseResult
 
getPreviousResult() - Method in class hudson.tasks.junit.ClassResult
 
getPreviousResult() - Method in class hudson.tasks.junit.SuiteResult
 
getPreviousResult() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the counter part of this TestObject in the previous run.
getPreviousResult() - Method in class hudson.tasks.junit.TestResult
 
getPreviousResult() - Method in class hudson.tasks.test.AbstractTestResultAction
Gets the test result of the previous build, if it's recorded, or null.
getPreviousResult() - Method in class hudson.tasks.test.TestObject
Gets the counterpart of this TestResult in the previous run.
getPreviousResult() - Method in class hudson.tasks.test.TestResult
Gets the counter part of this TestResult in the previous run.
getPreviousResult() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
The test result for the last run that has a test result Null when there's no previous result.
getPreviousResult(Class<U>, boolean) - Method in class hudson.tasks.test.AbstractTestResultAction
 
getPrismConfiguration() - Method in class hudson.tasks.junit.TestResult
 
getProjectActions() - Method in class hudson.tasks.junit.TestResultAction
 
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.tasks.test.AggregatedTestResultPublisher
 
getProperties() - Method in class hudson.tasks.junit.CaseResult
 
getProperties() - Method in class hudson.tasks.junit.SuiteResult
The properties of this test.
getProperties() - Method in class hudson.tasks.junit.TestResult
 
getProperties() - Method in class hudson.tasks.test.TestResult
 
getRelativePathFrom(TestObject) - Method in class hudson.tasks.junit.ClassResult
Gets the relative path to this test case from the given object.
getRelativePathFrom(TestObject) - Method in class hudson.tasks.test.TestObject
Computes the relative path to get to this test object from it.
getRequiredContext() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep.DescriptorImpl
 
getRequiredMonitorService() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getRequiredMonitorService() - Method in class hudson.tasks.test.AggregatedTestResultPublisher
 
getRerunFailures() - Method in class hudson.tasks.junit.CaseResult
 
getRerunFailures() - Method in class hudson.tasks.test.TestResult
 
getResult() - Method in class hudson.tasks.junit.TestResultAction
 
getResult() - Method in class hudson.tasks.test.AbstractTestResultAction
Returns the object that represents the actual test result.
getResult() - Method in class hudson.tasks.test.AggregatedTestResultAction
 
getResult() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getResultByNode(String) - Method in class hudson.tasks.junit.TestResult
 
getResultByNodes(List<String>) - Method in class hudson.tasks.junit.TestResult
 
getResultByNodes(List<String>) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getResultForPipelineBlock(String) - Method in class hudson.tasks.junit.TestResult
 
getResultInBuild(AbstractBuild<?, ?>) - Method in class hudson.tasks.junit.TestObject
Deprecated.
getResultInBuild(AbstractBuild<?, ?>) - Method in class hudson.tasks.test.TestObject
Deprecated.
getResultInRun(Run<?, ?>) - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getResultInRun(Run<?, ?>) - Method in class hudson.tasks.test.TestObject
Gets the counterpart of this TestResult in the specified run.
getResultInRun(Run<?, ?>) - Method in class hudson.tasks.test.TestResult
Gets the counter part of this TestResult in the specified run.
getRun() - Method in class hudson.tasks.junit.CaseResult
 
getRun() - Method in class hudson.tasks.junit.ClassResult
 
getRun() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getRun() - Method in class hudson.tasks.junit.PackageResult
 
getRun() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getRun() - Method in class hudson.tasks.junit.TestResult
 
getRun() - Method in class hudson.tasks.test.SimpleCaseResult
 
getRun() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getSafeName() - Method in class hudson.tasks.junit.CaseResult
Gets the version of CaseResult.getName() that's URL-safe.
getSafeName() - Method in class hudson.tasks.junit.ClassResult
 
getSafeName() - Method in class hudson.tasks.junit.PackageResult
 
getSafeName() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the version of TestObject.getName() that's URL-safe.
getSafeName() - Method in class hudson.tasks.test.TestObject
Gets the version of TestObject.getName() that's URL-safe.
getSearchUrl() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getSearchUrl() - Method in class hudson.tasks.test.TestObject
 
getSimpleName() - Method in class hudson.tasks.junit.CaseResult
Gets the simple (not qualified) class name.
getSkipCount() - Method in class hudson.tasks.junit.CaseResult
 
getSkipCount() - Method in class hudson.tasks.junit.ClassResult
 
getSkipCount() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getSkipCount() - Method in class hudson.tasks.junit.PackageResult
 
getSkipCount() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the total number of skipped tests.
getSkipCount() - Method in class hudson.tasks.junit.TestResult
 
getSkipCount() - Method in class hudson.tasks.junit.TestResultAction
 
getSkipCount() - Method in class hudson.tasks.junit.TestResultSummary
 
getSkipCount() - Method in class hudson.tasks.test.AbstractTestResultAction
Gets the number of skipped tests.
getSkipCount() - Method in class hudson.tasks.test.AggregatedTestResultAction
 
getSkipCount() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the total number of skipped tests.
getSkipCount() - Method in class hudson.tasks.test.TestObject
Gets the total number of skipped tests.
getSkipCount() - Method in class hudson.tasks.test.TestResult
Gets the total number of skipped tests.
getSkipCount() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getSkippedMessage() - Method in class hudson.tasks.junit.CaseResult
Provides the reason given for the test being being skipped.
getSkippedTests() - Method in class hudson.tasks.junit.CaseResult
Gets the "children" of this test result that were skipped
getSkippedTests() - Method in class hudson.tasks.junit.PackageResult
Gets the "children" of this test result that were skipped
getSkippedTests() - Method in class hudson.tasks.junit.TestResult
Gets the "children" of this test result that were skipped
getSkippedTests() - Method in class hudson.tasks.junit.TestResultAction
 
getSkippedTests() - Method in class hudson.tasks.test.AbstractTestResultAction
A shortcut for scripting
getSkippedTests() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the "children" of this test result that were skipped
getSkippedTests() - Method in class hudson.tasks.test.TestResult
Gets the "children" of this test result that were skipped
getSkippedTests() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getSkippedTestsByPackage(String) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getStartTime() - Method in class hudson.tasks.junit.CaseResult
Gets the start time of the test, in epoch milliseconds
getStartTime() - Method in class hudson.tasks.junit.ClassResult
 
getStartTime() - Method in class hudson.tasks.junit.PackageResult
 
getStartTime() - Method in class hudson.tasks.junit.SuiteResult
 
getStartTime() - Method in class hudson.tasks.junit.TestResult
 
getStatus() - Method in class hudson.tasks.junit.CaseResult
 
getStderr() - Method in class hudson.tasks.junit.CaseResult
The stderr of this test.
getStderr() - Method in class hudson.tasks.junit.SuiteResult
The stderr of this test.
getStderr() - Method in class hudson.tasks.junit.TestResult
The stderr of this test.
getStderr() - Method in class hudson.tasks.test.TestResult
The stderr of this test.
getStdioRetention() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getStdioRetention() - Method in interface hudson.tasks.junit.JUnitTask
 
getStdioRetention() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
getStdout() - Method in class hudson.tasks.junit.CaseResult
The stdout of this test.
getStdout() - Method in class hudson.tasks.junit.SuiteResult
The stdout of this test.
getStdout() - Method in class hudson.tasks.junit.TestResult
The stdout of this test.
getStdout() - Method in class hudson.tasks.test.TestResult
The stdout of this test.
getStorage() - Method in class io.jenkins.plugins.junit.storage.JunitTestResultStorageConfiguration
 
getSuite(String) - Method in class hudson.tasks.junit.TestResult
Returns the first suite with the given name.
getSuite(String) - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getSuiteResult() - Method in class hudson.tasks.junit.CaseResult
 
getSuites() - Method in class hudson.tasks.junit.TestResult
 
getSuites() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getSuites(String) - Method in class hudson.tasks.junit.TestResult
Returns all suites with the given name.
getSymbol() - Method in class hudson.tasks.junit.Widget
 
getTarget() - Method in class hudson.tasks.junit.TestResultAction
 
getTestAction(TestObject) - Method in class hudson.tasks.junit.TestResultAction.Data
Returns all TestActions for the testObject.
getTestAction(Class<T>) - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getTestAction(Class<T>) - Method in class hudson.tasks.test.TestObject
Gets a test action of the class passed in.
getTestActions() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getTestActions() - Method in class hudson.tasks.test.SimpleCaseResult
 
getTestActions() - Method in class hudson.tasks.test.TestObject
Get a list of all TestActions associated with this TestObject.
getTestData(AbstractBuild<?, ?>, Launcher, BuildListener, TestResult) - Method in class hudson.tasks.junit.TestDataPublisher
Deprecated.
getTestDataPublishers() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getTestDataPublishers() - Method in interface hudson.tasks.junit.JUnitTask
 
getTestDataPublishers() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
getTestDurationResultSummary() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
Retrieves duration for history graph
getTestObject() - Method in class hudson.tasks.junit.History
 
getTestResult() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getTestResult() - Method in class hudson.tasks.junit.TestResult
 
getTestResult() - Method in class hudson.tasks.test.TestObject
Deprecated.
This method returns a JUnit specific class. Use TestObject.getTopLevelTestResult() instead for a more general interface.
getTestResultAction() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getTestResultAction() - Method in class hudson.tasks.test.TestObject
Subclasses may override this method if they are associated with a particular subclass of AbstractTestResultAction.
getTestResultLocationMessage() - Method in class hudson.tasks.junit.JUnitParser
 
getTestResultLocationMessage() - Method in class hudson.tasks.test.TestResultParser
Deprecated.
Normally unused.
getTestResultPath(TestResult) - Method in class hudson.tasks.test.AbstractTestResultAction
Returns a full path down to a test result
getTestResults() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getTestResults() - Method in interface hudson.tasks.junit.JUnitTask
 
getTestResults() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
getTestResultSummary() - Method in class hudson.tasks.junit.TrendTestResultSummary
 
getTestResultTrend(int, int, String) - Method in class hudson.tasks.junit.History
 
getTimestamp() - Method in class hudson.tasks.junit.SuiteResult
 
getTitle() - Method in class hudson.tasks.junit.CaseResult
Gets the human readable title of this result object.
getTitle() - Method in class hudson.tasks.junit.ClassResult
 
getTitle() - Method in class hudson.tasks.junit.PackageResult
 
getTitle() - Method in class hudson.tasks.junit.TestResult
 
getTitle() - Method in class hudson.tasks.test.SimpleCaseResult
Gets the human readable title of this result object.
getTitle() - Method in class hudson.tasks.test.TestResult
Gets the human readable title of this result object.
getTopLevelTestResult() - Method in class hudson.tasks.test.TestObject
Returns the top level test result data.
getTotalCount() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getTotalCount() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Gets the total number of tests.
getTotalCount() - Method in class hudson.tasks.junit.TestResult
 
getTotalCount() - Method in class hudson.tasks.junit.TestResultAction
 
getTotalCount() - Method in class hudson.tasks.junit.TestResultSummary
 
getTotalCount() - Method in class hudson.tasks.test.AbstractTestResultAction
Gets the total number of tests.
getTotalCount() - Method in class hudson.tasks.test.AggregatedTestResultAction
 
getTotalCount() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getTotalCount() - Method in class hudson.tasks.test.TestObject
Gets the total number of tests.
getTotalCount() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getTotalTestDuration() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
 
getTransformedFullDisplayName() - Method in class hudson.tasks.junit.CaseResult
 
getTransformedName(String) - Static method in class hudson.tasks.junit.TestNameTransformer
 
getTransformedTestName() - Method in class hudson.tasks.junit.CaseResult
 
getTrendChartJson() - Method in class hudson.tasks.junit.History.HistoryTableResult
 
getTrendTestResultSummary() - Method in interface io.jenkins.plugins.junit.storage.TestResultImpl
Retrieves results for trend graphs
getUrl() - Method in class hudson.tasks.junit.HistoryTestResultSummary
 
getUrl() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Returns the URL of this TestObject, relative to the context root.
getUrl() - Method in class hudson.tasks.test.TestObject
 
getUrlName() - Method in class hudson.tasks.test.AbstractTestResultAction
 
getUrlName() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getUrlName() - Method in class hudson.tasks.test.TestResultProjectAction
 
getWidget() - Method in class hudson.tasks.junit.TestResultAction
 

H

hasChildren() - Method in class hudson.tasks.junit.ClassResult
 
hasChildren() - Method in class hudson.tasks.junit.PackageResult
Whether this test result has children.
hasChildren() - Method in class hudson.tasks.junit.TestResult
Whether this test result has children.
hasChildren() - Method in class hudson.tasks.test.TabulatedResult
 
hashCode() - Method in class hudson.tasks.junit.CaseResult
 
hashCode() - Method in class hudson.tasks.junit.ClassResult
 
hashCode() - Method in record class hudson.tasks.junit.Failure
Returns a hash code value for this object.
hashCode() - Method in class hudson.tasks.junit.PackageResult
 
hashCode() - Method in class hudson.tasks.test.PipelineBlockWithTests
 
hasMultipleBlocks() - Method in class hudson.tasks.test.TabulatedResult
 
History - Class in hudson.tasks.junit
History of TestObject over time.
History(TestObject) - Constructor for class hudson.tasks.junit.History
 
History.HistoryParseResult - Class in hudson.tasks.junit
 
History.HistoryTableResult - Class in hudson.tasks.junit
 
historyAvailable() - Method in class hudson.tasks.junit.History
 
HistoryParseResult(List<HistoryTestResultSummary>, int, int, int) - Constructor for class hudson.tasks.junit.History.HistoryParseResult
 
HistoryParseResult(List<HistoryTestResultSummary>, int, int, int, boolean, int, int, int) - Constructor for class hudson.tasks.junit.History.HistoryParseResult
 
HistoryTableResult(History.HistoryParseResult, ObjectNode) - Constructor for class hudson.tasks.junit.History.HistoryTableResult
 
HistoryTestResultSummary - Class in hudson.tasks.junit
 
HistoryTestResultSummary(Run<?, ?>, float, int, int, int) - Constructor for class hudson.tasks.junit.HistoryTestResultSummary
 
HistoryTestResultSummary(Run<?, ?>, float, int, int, int, String) - Constructor for class hudson.tasks.junit.HistoryTestResultSummary
 
hudson.tasks.junit - package hudson.tasks.junit
Model objects that represent JUnit test reports.
hudson.tasks.junit.pipeline - package hudson.tasks.junit.pipeline
 
hudson.tasks.test - package hudson.tasks.test
Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one).

I

IGNORE_TIMESTAMP_CHECK - Static variable in class hudson.tasks.test.DefaultTestResultParserImpl
Deprecated.
 
includeFailedBuilds - Variable in class hudson.tasks.test.AggregatedTestResultPublisher
Should failed builds be included?
io.jenkins.plugins.junit.checks - package io.jenkins.plugins.junit.checks
 
io.jenkins.plugins.junit.storage - package io.jenkins.plugins.junit.storage
 
isAllowEmptyResults() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
isAllowEmptyResults() - Method in interface hudson.tasks.junit.JUnitTask
 
isAllowEmptyResults() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
isDescriptionAvailable() - Method in class hudson.tasks.junit.History.HistoryTableResult
 
isEmpty() - Method in class hudson.tasks.junit.TestResult
Returns true if this doesn't have any any test results.
isFailed() - Method in class hudson.tasks.junit.CaseResult
 
isFailed() - Method in class hudson.tasks.test.SimpleCaseResult
Returns true iff this test failed.
isKeepLongStdio() - Method in class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
isKeepLongStdio() - Method in interface hudson.tasks.junit.JUnitTask
Deprecated.
isKeepLongStdio() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
Deprecated.
isKeepProperties() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
isKeepProperties() - Method in interface hudson.tasks.junit.JUnitTask
 
isKeepProperties() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
isKeepTestNames() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
isKeepTestNames() - Method in interface hudson.tasks.junit.JUnitTask
 
isKeepTestNames() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
isOK - Variable in enum class hudson.tasks.junit.CaseResult.Status
 
isPassed() - Method in class hudson.tasks.junit.CaseResult
 
isPassed() - Method in class hudson.tasks.junit.PackageResult
 
isPassed() - Method in class hudson.tasks.junit.TestResult
 
isPassed() - Method in class hudson.tasks.test.SimpleCaseResult
Let's pretend that our trivial test result always passes.
isPassed() - Method in class hudson.tasks.test.TestResult
 
isRegression() - Method in enum class hudson.tasks.junit.CaseResult.Status
 
isSkipMarkingBuildUnstable() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
isSkipMarkingBuildUnstable() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
isSkipOldReports() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
isSkipOldReports() - Method in interface hudson.tasks.junit.JUnitTask
 
isSkipOldReports() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
isSkipOldReports() - Method in class hudson.tasks.junit.TestResult
 
isSkipped() - Method in class hudson.tasks.junit.CaseResult
Tests whether the test was skipped or not.
isSkipped() - Method in class hudson.tasks.test.SimpleCaseResult
Tests whether the test was skipped or not.
isSkipPublishingChecks() - Method in class hudson.tasks.junit.JUnitResultArchiver
Should we skip publishing checks to the checks API plugin.
isSkipPublishingChecks() - Method in interface hudson.tasks.junit.JUnitTask
 
isSkipPublishingChecks() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
Should we skip publishing checks to the checks API plugin.
isTrendVisible() - Method in class hudson.tasks.test.TestResultProjectAction
 
isUrlValue(String) - Method in class hudson.tasks.junit.CaseResult
Used by test-output.jelly to decide whether a property value should be rendered as a hyperlink.
iterator() - Method in class hudson.tasks.test.TestObjectIterable
 
iterator() - Method in class hudson.tasks.test.TestResultActionIterable
 

J

job - Variable in class hudson.tasks.test.TestResultProjectAction
Project that owns this action.
jobs - Variable in class hudson.tasks.test.AggregatedTestResultPublisher
Jobs to aggregate.
JUnitChecksPublisher - Class in io.jenkins.plugins.junit.checks
 
JUnitChecksPublisher(Run, String, TestResult, TestResultSummary) - Constructor for class io.jenkins.plugins.junit.checks.JUnitChecksPublisher
 
JUnitParser - Class in hudson.tasks.junit
Parse some JUnit xml files and generate a TestResult containing all the results parsed.
JUnitParser() - Constructor for class hudson.tasks.junit.JUnitParser
Deprecated.
JUnitParser(boolean) - Constructor for class hudson.tasks.junit.JUnitParser
Deprecated.
JUnitParser(boolean, boolean) - Constructor for class hudson.tasks.junit.JUnitParser
Deprecated.
JUnitParser(boolean, boolean, boolean, boolean) - Constructor for class hudson.tasks.junit.JUnitParser
Deprecated.
JUnitParser(StdioRetention, boolean, boolean, boolean) - Constructor for class hudson.tasks.junit.JUnitParser
Deprecated.
JUnitParser(StdioRetention, boolean, boolean, boolean, boolean) - Constructor for class hudson.tasks.junit.JUnitParser
 
JUnitParser_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key JUnitParser.DisplayName: JUnit Parser.
JUnitParser_TestResultLocationMessage() - Static method in class hudson.tasks.junit.Messages
Key JUnitParser.TestResultLocationMessage: JUnit xml files:.
JUnitResultArchiver - Class in hudson.tasks.junit
Generates HTML report from JUnit test result XML files.
JUnitResultArchiver(String) - Constructor for class hudson.tasks.junit.JUnitResultArchiver
 
JUnitResultArchiver(String, boolean, boolean, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>, double) - Constructor for class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
JUnitResultArchiver(String, boolean, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>) - Constructor for class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
JUnitResultArchiver(String, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>) - Constructor for class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
JUnitResultArchiver_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.DisplayName: Publish JUnit test result report.
JUnitResultArchiver_HealthScaleFactorAnalysis(Object, Object, Object, Object) - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.HealthScaleFactorAnalysis: {0}% failing tests scores as {1}% health. {2}% failing tests scores as {3}% health.
JUnitResultArchiver_NoTestReportFound() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.NoTestReportFound: No test report files were found. Configuration error?.
JUnitResultArchiver_Recording() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.Recording: Recording test results.
JUnitResultArchiver_ResultIsEmpty() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.ResultIsEmpty: None of the test reports contained any result.
JUnitResultArchiver.DescriptorImpl - Class in hudson.tasks.junit
 
JUnitResultsStep - Class in hudson.tasks.junit.pipeline
 
JUnitResultsStep(String) - Constructor for class hudson.tasks.junit.pipeline.JUnitResultsStep
 
JUnitResultsStep.DescriptorImpl - Class in hudson.tasks.junit.pipeline
 
JUnitResultsStepExecution - Class in hudson.tasks.junit.pipeline
 
JUnitResultsStepExecution(JUnitResultsStep, StepContext) - Constructor for class hudson.tasks.junit.pipeline.JUnitResultsStepExecution
 
JUnitTask - Interface in hudson.tasks.junit
 
JunitTestResultStorage - Class in io.jenkins.plugins.junit.storage
Allows test results to be saved and loaded from an external storage service.
JunitTestResultStorage() - Constructor for class io.jenkins.plugins.junit.storage.JunitTestResultStorage
 
JunitTestResultStorage.RemotePublisher - Interface in io.jenkins.plugins.junit.storage
Remotable hook to perform test result publishing.
JunitTestResultStorageConfiguration - Class in io.jenkins.plugins.junit.storage
 
JunitTestResultStorageConfiguration() - Constructor for class io.jenkins.plugins.junit.storage.JunitTestResultStorageConfiguration
 
JunitTestResultStorageDescriptor - Class in io.jenkins.plugins.junit.storage
 
JunitTestResultStorageDescriptor() - Constructor for class io.jenkins.plugins.junit.storage.JunitTestResultStorageDescriptor
 

L

listOnlyContainingThisObject - Variable in class hudson.tasks.test.SimpleCaseResult
 
load(String, int) - Method in class io.jenkins.plugins.junit.storage.FileJunitTestResultStorage
 
load(String, int) - Method in class io.jenkins.plugins.junit.storage.JunitTestResultStorage
 

M

merge(SuiteResult) - Method in class hudson.tasks.junit.SuiteResult
Merges another SuiteResult into this one.
merge(PipelineBlockWithTests) - Method in class hudson.tasks.test.PipelineBlockWithTests
 
mergeResult(TestResult, TaskListener) - Method in class hudson.tasks.junit.TestResultAction
Merges an additional test result into this one.
message() - Method in record class hudson.tasks.junit.Failure
Returns the value of the message record component.
Messages - Class in hudson.tasks.junit
Generated localization support class.
Messages - Class in hudson.tasks.test
Generated localization support class.
Messages - Class in io.jenkins.plugins.junit.storage
Generated localization support class.
Messages() - Constructor for class hudson.tasks.junit.Messages
 
Messages() - Constructor for class hudson.tasks.test.Messages
 
Messages() - Constructor for class io.jenkins.plugins.junit.storage.Messages
 
MetaTabulatedResult - Class in hudson.tasks.test
The purpose of this class is to provide a good place for the jelly to bind to.
MetaTabulatedResult() - Constructor for class hudson.tasks.test.MetaTabulatedResult
 

N

name - Variable in class hudson.tasks.test.AggregatedTestResultAction.Child
Name of the module.
newInstance(StaplerRequest2, JSONObject) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
nodesWithTests() - Method in class hudson.tasks.test.PipelineBlockWithTests
 
NONE - Enum constant in enum class hudson.tasks.junit.StdioRetention
 

O

onAttached(Run<?, ?>) - Method in class hudson.tasks.test.AbstractTestResultAction
 
onFinalized(Run) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction.RunListenerImpl
 
onLoad(Run<?, ?>) - Method in class hudson.tasks.test.AbstractTestResultAction
 
owner - Variable in class hudson.tasks.test.AbstractTestResultAction
Deprecated.

P

PackageResult - Class in hudson.tasks.junit
Cumulative test result for a package.
PackageResult(TestResult, String) - Constructor for class hudson.tasks.junit.PackageResult
 
PackageResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Key PackageResult.getChildTitle: Class.
PackageResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Key PackageResult.getTitle: {0}.
parentAction - Variable in class hudson.tasks.test.SimpleCaseResult
 
parse(long, File, PipelineTestDetails, String[]) - Method in class hudson.tasks.junit.TestResult
Collect reports from the given report files, while filtering out all files that were created before the given time.
parse(long, File, String[]) - Method in class hudson.tasks.junit.TestResult
Deprecated.
parse(long, Iterable<File>) - Method in class hudson.tasks.junit.TestResult
Deprecated.
parse(long, Iterable<File>, PipelineTestDetails) - Method in class hudson.tasks.junit.TestResult
Collect reports from the given report files
parse(long, DirectoryScanner) - Method in class hudson.tasks.junit.TestResult
Deprecated.
parse(long, DirectoryScanner, PipelineTestDetails) - Method in class hudson.tasks.junit.TestResult
Collect reports from the given DirectoryScanner, while filtering out all files that were created before the given time.
parse(File) - Method in class hudson.tasks.junit.TestResult
Deprecated.
parse(File, PipelineTestDetails) - Method in class hudson.tasks.junit.TestResult
Parses an additional report file.
parse(Iterable<File>, PipelineTestDetails) - Method in class hudson.tasks.junit.TestResult
parse(String) - Static method in enum class hudson.tasks.junit.StdioRetention
 
parse(String, AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
parse(String, AbstractBuild, Launcher, TaskListener) - Method in class hudson.tasks.junit.JUnitParser
Deprecated.
parse(String, AbstractBuild, Launcher, TaskListener) - Method in class hudson.tasks.test.TestResultParser
Deprecated.
parse(List<File>, Launcher, TaskListener) - Method in class hudson.tasks.test.DefaultTestResultParserImpl
Deprecated.
This method is executed on the agent that has the report files to parse test reports and builds TestResult.
parseAndAttach(JUnitTask, PipelineTestDetails, Run, FilePath, Launcher, TaskListener) - Static method in class hudson.tasks.junit.JUnitResultArchiver
parseAndSummarize(JUnitTask, PipelineTestDetails, Run<?, ?>, FilePath, Launcher, TaskListener) - Static method in class hudson.tasks.junit.JUnitResultArchiver
 
parseFailure(XMLStreamReader, String) - Static method in class hudson.tasks.junit.CaseResult
 
parseResult - Variable in class hudson.tasks.junit.History.HistoryTableResult
 
parseResult(String, Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.junit.JUnitParser
Deprecated.
parseResult(String, Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.test.DefaultTestResultParserImpl
Deprecated.
 
parseResult(String, Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.test.TestResultParser
Deprecated.
parseResult(String, Run<?, ?>, PipelineTestDetails, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.junit.JUnitParser
 
parseResult(String, Run<?, ?>, PipelineTestDetails, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.test.TestResultParser
Parses the specified set of files and builds a TestResult object that represents them.
parseResult(DirectoryScanner, long) - Method in class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
since 2009-08-10.
parseTime(String) - Method in class hudson.tasks.junit.SuiteResult
Parses time as epoch milli from time string
PASSED - Enum constant in enum class hudson.tasks.junit.CaseResult.Status
This test runs OK, just like its previous run.
PASSED_KEY - Static variable in class hudson.tasks.test.TestResultTrendSeriesBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.test.AggregatedTestResultPublisher
 
perform(Run, FilePath, Launcher, TaskListener) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
PipelineBlockWithTests - Class in hudson.tasks.test
 
PipelineBlockWithTests(String) - Constructor for class hudson.tasks.test.PipelineBlockWithTests
 
PipelineTestDetails - Class in hudson.tasks.test
Builder class for recording additional Pipeline-related arguments needed for test parsing and test results.
PipelineTestDetails() - Constructor for class hudson.tasks.test.PipelineTestDetails
 
populateBlocks(List<String>, String, PipelineBlockWithTests) - Method in class hudson.tasks.test.TabulatedResult
 
project - Variable in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultProjectAction
 
project - Variable in class hudson.tasks.test.TestResultProjectAction
Deprecated.
publish(TestResult, TaskListener) - Method in interface io.jenkins.plugins.junit.storage.JunitTestResultStorage.RemotePublisher
 
publishChecks(TaskListener) - Method in class io.jenkins.plugins.junit.checks.JUnitChecksPublisher
 

R

readResolve() - Method in class hudson.tasks.junit.TestResultAction
 
readResolve() - Method in class hudson.tasks.test.AbstractTestResultAction
 
REGRESSION - Enum constant in enum class hudson.tasks.junit.CaseResult.Status
This test has been running OK, but now it failed.
resolveChild(AggregatedTestResultAction.Child) - Method in class hudson.tasks.test.AggregatedTestResultAction
Deprecated.
resolveEntity(String, String) - Method in class hudson.tasks.junit.XMLEntityResolver
Intercepts the lookup of publicId, systemId
resolveRun(AggregatedTestResultAction.Child) - Method in class hudson.tasks.test.AggregatedTestResultAction
 
result - Variable in class hudson.tasks.test.AggregatedTestResultAction.ChildReport
 
retrieveHistorySummary(int, int) - Method in class hudson.tasks.junit.History
 
retrieveHistorySummary(int, int, int) - Method in class hudson.tasks.junit.History
 
run - Variable in class hudson.tasks.test.AbstractTestResultAction
 
run - Variable in class hudson.tasks.test.AggregatedTestResultAction.ChildReport
 
run() - Method in class hudson.tasks.junit.pipeline.JUnitResultsStepExecution
 
Run_Summary_LessTestsFailing(Object, Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.LessTestsFailing: {0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
Run_Summary_MoreTestsFailing(Object, Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.MoreTestsFailing: {0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
Run_Summary_TestFailures(Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.TestFailures: {0} {0,choice,0#test failures|1#test failure|1<test failures}.
Run_Summary_TestsStartedToFail(Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.TestsStartedToFail: {0} {0,choice,0#tests|1#test|1<tests} started to fail.
Run_Summary_TestsStillFailing(Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.TestsStillFailing: {0} {0,choice,0#tests are|1#test is|1<tests are} still failing.
RunListenerImpl() - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction.RunListenerImpl
 

S

safe(String) - Static method in class hudson.tasks.test.TestObject
Replaces URL-unsafe characters.
SECONDS - Static variable in class hudson.tasks.test.TestDurationTrendSeriesBuilder
 
SEPARATOR - Static variable in class io.jenkins.plugins.junit.checks.JUnitChecksPublisher
 
setAllowEmptyResults(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setAllowEmptyResults(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setChecksName(String) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setChecksName(String) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setClass(ClassResult) - Method in class hudson.tasks.junit.CaseResult
 
setData(List<TestResultAction.Data>) - Method in class hudson.tasks.junit.TestResultAction
Replaces to collection of test data associated with this action.
setDescription(TestObject, String) - Method in class hudson.tasks.test.AbstractTestResultAction
 
setDescription(TestObject, String) - Method in class hudson.tasks.test.AggregatedTestResultAction
Deprecated.
so that IDE warns you if you accidentally try to call it.
setDescription(TestObject, String) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Deprecated.
so that IDE warns you if you accidentally try to call it.
setDescription(String) - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
setDescription(String) - Method in class hudson.tasks.test.TestObject
 
setEnclosingBlockNames(List<String>) - Method in class hudson.tasks.test.PipelineTestDetails
 
setEnclosingBlocks(List<String>) - Method in class hudson.tasks.test.PipelineTestDetails
 
setHealthScaleFactor(double) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setHealthScaleFactor(double) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setHealthScaleFactor(double) - Method in class hudson.tasks.junit.TestResultAction
 
setKeepLongStdio(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
Deprecated.
setKeepLongStdio(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
Deprecated.
setKeepProperties(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setKeepProperties(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setKeepTestNames(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setKeepTestNames(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setNodeId(String) - Method in class hudson.tasks.test.PipelineTestDetails
 
setParent(TestResult) - Method in class hudson.tasks.junit.SuiteResult
KLUGE.
setParent(TestObject) - Method in class hudson.tasks.junit.TestResult
 
setParent(TestObject) - Method in class hudson.tasks.test.TestResult
Sets the parent test result
setParentAction(AbstractTestResultAction) - Method in class hudson.tasks.junit.TestResult
 
setParentAction(AbstractTestResultAction) - Method in class hudson.tasks.test.SimpleCaseResult
Sets the parent action, which means the action that binds this particular case result to a build.
setParentAction(AbstractTestResultAction) - Method in class hudson.tasks.test.TestResult
If the concept of a parent action is important to a subclass, then it should provide a non-noop implementation of this method.
setParentSuiteResult(SuiteResult) - Method in class hudson.tasks.junit.CaseResult
 
setResult(TestResult, BuildListener) - Method in class hudson.tasks.junit.TestResultAction
Deprecated.
setResult(TestResult, TaskListener) - Method in class hudson.tasks.junit.TestResultAction
Overwrites the TestResult by a new data set.
setSkipMarkingBuildUnstable(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setSkipMarkingBuildUnstable(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setSkipOldReports(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setSkipOldReports(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setSkipOldReports(boolean) - Method in class hudson.tasks.junit.TestResult
 
setSkipPublishingChecks(boolean) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setSkipPublishingChecks(boolean) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setStartTime(long) - Method in class hudson.tasks.junit.CaseResult
 
setStartTime(long) - Method in class hudson.tasks.junit.ClassResult
 
setStartTime(long) - Method in class hudson.tasks.junit.PackageResult
 
setStartTime(long) - Method in class hudson.tasks.junit.SuiteResult
 
setStartTime(long) - Method in class hudson.tasks.junit.TestResult
 
setStdioRetention(String) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setStdioRetention(String) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
setStorage(JunitTestResultStorage) - Method in class io.jenkins.plugins.junit.storage.JunitTestResultStorageConfiguration
 
setTestDataPublishers(List<TestDataPublisher>) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
setTestDataPublishers(List<TestDataPublisher>) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
SimpleCaseResult - Class in hudson.tasks.test
The simplest possible case result, with no language ties.
SimpleCaseResult() - Constructor for class hudson.tasks.test.SimpleCaseResult
 
SimpleCaseResult(float) - Constructor for class hudson.tasks.test.SimpleCaseResult
 
SKIPPED - Enum constant in enum class hudson.tasks.junit.CaseResult.Status
This test was skipped due to configuration or the failure or skipping of a method that it depends on.
SKIPPED_KEY - Static variable in class hudson.tasks.test.TestResultTrendSeriesBuilder
 
stackTrace() - Method in record class hudson.tasks.junit.Failure
Returns the value of the stackTrace record component.
start(StepContext) - Method in class hudson.tasks.junit.pipeline.JUnitResultsStep
 
stderr() - Method in record class hudson.tasks.junit.Failure
Returns the value of the stderr record component.
StdioRetention - Enum Class in hudson.tasks.junit
 
StdioRetention_All_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key StdioRetention.All.DisplayName: All tests.
StdioRetention_Failed_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key StdioRetention.Failed.DisplayName: Failed tests only.
StdioRetention_None_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key StdioRetention.None.DisplayName: None.
stdout() - Method in record class hudson.tasks.junit.Failure
Returns the value of the stdout record component.
SuiteResult - Class in hudson.tasks.junit
Result of one test suite.
SuiteResult(SuiteResult) - Constructor for class hudson.tasks.junit.SuiteResult
 
SuiteResult(String, String, String, PipelineTestDetails) - Constructor for class hudson.tasks.junit.SuiteResult
 
SuiteResult.SuiteResultParserConfigurationContext - Class in hudson.tasks.junit
Deprecated.
with no replacement.
summarize(Run<?, ?>, ResultTrend) - Method in class hudson.tasks.test.AbstractTestResultAction.Summarizer
 
Summarizer() - Constructor for class hudson.tasks.test.AbstractTestResultAction.Summarizer
 
summarizeResult(String, Run<?, ?>, PipelineTestDetails, FilePath, Launcher, TaskListener, JunitTestResultStorage) - Method in class hudson.tasks.junit.JUnitParser
 

T

TabulatedResult - Class in hudson.tasks.test
Cumulated result of multiple tests.
TabulatedResult() - Constructor for class hudson.tasks.test.TabulatedResult
 
tally() - Method in class hudson.tasks.junit.ClassResult
Recount my children.
tally() - Method in class hudson.tasks.junit.PackageResult
Recount my children
tally() - Method in class hudson.tasks.junit.TestResult
Recount my children.
tally() - Method in class hudson.tasks.test.TestResult
Request that the result update its counts of its children.
TestAction - Class in hudson.tasks.junit
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 packages
TestAction() - Constructor for class hudson.tasks.junit.TestAction
 
TestDataPublisher - Class in hudson.tasks.junit
Contributes TestActions to test results.
TestDataPublisher() - Constructor for class hudson.tasks.junit.TestDataPublisher
 
TestDurationResultSummary - Class in hudson.tasks.junit
 
TestDurationResultSummary(int, float) - Constructor for class hudson.tasks.junit.TestDurationResultSummary
 
TestDurationTrendSeriesBuilder - Class in hudson.tasks.test
 
TestDurationTrendSeriesBuilder() - Constructor for class hudson.tasks.test.TestDurationTrendSeriesBuilder
 
TestNameTransformer - Class in hudson.tasks.junit
Allow extensions to transform the class/package/method name for JUnit test cases which will be displayed on the test result page.
TestNameTransformer() - Constructor for class hudson.tasks.junit.TestNameTransformer
 
TestObject - Class in hudson.tasks.junit
Deprecated.
Use TestObject instead.
TestObject - Class in hudson.tasks.test
Base class for all test result objects.
TestObject() - Constructor for class hudson.tasks.junit.TestObject
Deprecated.
 
TestObject() - Constructor for class hudson.tasks.test.TestObject
 
TestObjectIterable - Class in hudson.tasks.test
 
TestObjectIterable(TestObject) - Constructor for class hudson.tasks.test.TestObjectIterable
Creates a new iterator that selects action of the given type actionType.
TestObjectIterable(TestObject, List<HistoryTestResultSummary>) - Constructor for class hudson.tasks.test.TestObjectIterable
 
TestObjectTrendSeriesBuilder - Class in hudson.tasks.test
 
TestObjectTrendSeriesBuilder() - Constructor for class hudson.tasks.test.TestObjectTrendSeriesBuilder
 
TestResult - Class in hudson.tasks.junit
Root of all the test results for one build.
TestResult - Class in hudson.tasks.test
A class that represents a general concept of a test result, without any language or implementation specifics.
TestResult() - Constructor for class hudson.tasks.junit.TestResult
Creates an empty result.
TestResult() - Constructor for class hudson.tasks.test.TestResult
 
TestResult(boolean) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, boolean) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner, boolean) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner, boolean, boolean, boolean, PipelineTestDetails, boolean) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner, boolean, boolean, PipelineTestDetails, boolean) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner, boolean, PipelineTestDetails) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner, StdioRetention, boolean, boolean, PipelineTestDetails, boolean) - Constructor for class hudson.tasks.junit.TestResult
Collect reports from the given DirectoryScanner, while filtering out all files that were created before the given time.
TestResult(TestResult) - Constructor for class hudson.tasks.junit.TestResult
 
TestResult(TestResultImpl) - Constructor for class hudson.tasks.junit.TestResult
 
TestResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Key TestResult.getChildTitle: Package.
TestResult_getDisplayName() - Static method in class hudson.tasks.junit.Messages
Key TestResult.getDisplayName: Tests.
TestResult_getTitle() - Static method in class hudson.tasks.junit.Messages
Key TestResult.getTitle: Tests.
TestResultAction - Class in hudson.tasks.junit
Action that displays the JUnit test result.
TestResultAction(AbstractBuild, TestResult, BuildListener) - Constructor for class hudson.tasks.junit.TestResultAction
Deprecated.
TestResultAction(Run, TestResult, TaskListener) - Constructor for class hudson.tasks.junit.TestResultAction
 
TestResultAction(TestResult, BuildListener) - Constructor for class hudson.tasks.junit.TestResultAction
Deprecated.
TestResultAction(String, boolean) - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
TestResultAction(String, boolean, AbstractBuild<?, ?>) - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Deprecated, for removal: This API element is subject to removal in a future version.
TestResultAction.Data - Class in hudson.tasks.junit
Resolves TestActions for the given TestObject.
TestResultActionIterable - Class in hudson.tasks.test
 
TestResultActionIterable(AbstractTestResultAction<?>) - Constructor for class hudson.tasks.test.TestResultActionIterable
Creates a new iterator that selects action of the given type actionType.
TestResultDurationChart - Class in hudson.tasks.test
 
TestResultDurationChart() - Constructor for class hudson.tasks.test.TestResultDurationChart
 
TestResultImpl - Interface in io.jenkins.plugins.junit.storage
Pluggable implementation of TestResult.
TestResultParser - Class in hudson.tasks.test
Parses test result files and builds in-memory representation of it as TestResult.
TestResultParser() - Constructor for class hudson.tasks.test.TestResultParser
 
TestResultProjectAction - Class in hudson.tasks.test
Project action object from test reporter, such as JUnitResultArchiver, which displays the trend report on the project top page.
TestResultProjectAction(AbstractProject<?, ?>) - Constructor for class hudson.tasks.test.TestResultProjectAction
Deprecated.
TestResultProjectAction(Job<?, ?>) - Constructor for class hudson.tasks.test.TestResultProjectAction
 
TestResultSummary - Class in hudson.tasks.junit
Summary of test results that can be used in Pipeline scripts.
TestResultSummary() - Constructor for class hudson.tasks.junit.TestResultSummary
Deprecated.
TestResultSummary(int, int, int, int) - Constructor for class hudson.tasks.junit.TestResultSummary
 
TestResultSummary(int, int, int, int, float) - Constructor for class hudson.tasks.junit.TestResultSummary
 
TestResultSummary(TestResult) - Constructor for class hudson.tasks.junit.TestResultSummary
 
TestResultTrendChart - Class in hudson.tasks.test
 
TestResultTrendChart() - Constructor for class hudson.tasks.test.TestResultTrendChart
 
TestResultTrendSeriesBuilder - Class in hudson.tasks.test
 
TestResultTrendSeriesBuilder() - Constructor for class hudson.tasks.test.TestResultTrendSeriesBuilder
 
testsByBlock - Variable in class hudson.tasks.test.TabulatedResult
TODO: javadoc
toMap() - Method in class hudson.tasks.junit.TestDurationResultSummary
 
toMap() - Method in class hudson.tasks.junit.TrendTestResultSummary
 
toPrettyString() - Method in class hudson.tasks.test.TestResult
 
toString() - Method in record class hudson.tasks.junit.Failure
Returns a string representation of this record class.
TOTALS_KEY - Static variable in class hudson.tasks.test.TestResultTrendSeriesBuilder
 
transformName(String) - Method in class hudson.tasks.junit.TestNameTransformer
Transform the class/package/method name.
TrendTestResultSummary - Class in hudson.tasks.junit
 
TrendTestResultSummary(int, TestResultSummary) - Constructor for class hudson.tasks.junit.TrendTestResultSummary
 
type() - Method in record class hudson.tasks.junit.Failure
Returns the value of the type record component.

U

uniquifyName(Collection<? extends TestObject>, String) - Method in class hudson.tasks.test.TestObject
#2988: uniquifies a TestObject.getSafeName() amongst children of the parent.
update(List<? extends AbstractTestResultAction>) - Method in class hudson.tasks.test.AggregatedTestResultAction
 

V

valueOf(String) - Static method in enum class hudson.tasks.junit.CaseResult.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class hudson.tasks.junit.StdioRetention
Returns the enum constant of this class with the specified name.
values() - Static method in enum class hudson.tasks.junit.CaseResult.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class hudson.tasks.junit.StdioRetention
Returns an array containing the constants of this enum class, in the order they are declared.

W

Widget - Class in hudson.tasks.junit
 
Widget(TestResult) - Constructor for class hudson.tasks.junit.Widget
 
Widget_AllTestsPassing() - Static method in class hudson.tasks.junit.Messages
Key Widget.AllTestsPassing: All tests are passing!.
Widget_Failed(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Failed: {0} {0,choice,1#test|1<tests} failed.
Widget_Passed(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Passed: {0} passed.
Widget_Regression(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Regression: {0} {0,choice,1#regression|1<regressions}.
Widget_Skipped(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Skipped: {0} skipped.
Widget_Took(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Took: Took {0}.
Widget_Total(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Total: {0} total.

X

XMLEntityResolver - Class in hudson.tasks.junit
As the name suggest: a resolver for XML entities.
XMLEntityResolver() - Constructor for class hudson.tasks.junit.XMLEntityResolver
 
xmlReport - Variable in class hudson.tasks.junit.SuiteResult.SuiteResultParserConfigurationContext
Deprecated.
 

_

_AbstractTestResultAction_Badge(Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.Badge: {0} {0,choice,1#test|1<tests} failed.
_AbstractTestResultAction_fail(Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.fail: {0}: {1} {1,choice,0#failures|1#failure|1<failures}.
_AbstractTestResultAction_getDisplayName() - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.getDisplayName: Tests.
_AbstractTestResultAction_skip(Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.skip: {0}: {1} {1,choice,0#skips|1#skip|1<skips}.
_AbstractTestResultAction_test(Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.test: {0}: {1} {1,choice,0#tests|1#test|1<tests}.
_AbstractTestResultAction_TestsDescription(Object, Object, Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.TestsDescription: {0}: {1} {1,choice,0#tests|1#test|1<tests} failing out of a total of {2} {2,choice,1#test|1<tests}..
_AbstractTestResultAction_zeroTestDescription(Object) - Static method in class hudson.tasks.test.Messages
Key AbstractTestResultAction.zeroTestDescription: {0}: 0 tests in total..
_AggregatedTestResultPublisher_DisplayName() - Static method in class hudson.tasks.test.Messages
Key AggregatedTestResultPublisher.DisplayName: Aggregate downstream test results.
_AggregatedTestResultPublisher_Title() - Static method in class hudson.tasks.test.Messages
Key AggregatedTestResultPublisher.Title: Aggregated Test Result.
_BuildTrigger_NoSuchProject(Object, Object) - Static method in class hudson.tasks.test.Messages
Key BuildTrigger.NoSuchProject: No such project ‘{0}’. Did you mean ‘{1}’?.
_CaseResult_Status_Failed() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Failed: Failed.
_CaseResult_Status_Fixed() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Fixed: Fixed.
_CaseResult_Status_Passed() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Passed: Passed.
_CaseResult_Status_Regression() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Regression: Regression.
_CaseResult_Status_Skipped() - Static method in class hudson.tasks.junit.Messages
Key CaseResult.Status.Skipped: Skipped.
_ClassResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Key ClassResult.getTitle: {0}.
_FileJunitTestResultStorage_displayName() - Static method in class io.jenkins.plugins.junit.storage.Messages
Key FileJunitTestResultStorage.displayName: Local file system.
_JUnitParser_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key JUnitParser.DisplayName: JUnit Parser.
_JUnitParser_TestResultLocationMessage() - Static method in class hudson.tasks.junit.Messages
Key JUnitParser.TestResultLocationMessage: JUnit xml files:.
_JUnitResultArchiver_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.DisplayName: Publish JUnit test result report.
_JUnitResultArchiver_HealthScaleFactorAnalysis(Object, Object, Object, Object) - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.HealthScaleFactorAnalysis: {0}% failing tests scores as {1}% health. {2}% failing tests scores as {3}% health.
_JUnitResultArchiver_NoTestReportFound() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.NoTestReportFound: No test report files were found. Configuration error?.
_JUnitResultArchiver_Recording() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.Recording: Recording test results.
_JUnitResultArchiver_ResultIsEmpty() - Static method in class hudson.tasks.junit.Messages
Key JUnitResultArchiver.ResultIsEmpty: None of the test reports contained any result.
_PackageResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Key PackageResult.getChildTitle: Class.
_PackageResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Key PackageResult.getTitle: {0}.
_Run_Summary_LessTestsFailing(Object, Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.LessTestsFailing: {0} less {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
_Run_Summary_MoreTestsFailing(Object, Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.MoreTestsFailing: {0} more {0,choice,0#tests are|1#test is|1<tests are} failing (total {1}).
_Run_Summary_TestFailures(Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.TestFailures: {0} {0,choice,0#test failures|1#test failure|1<test failures}.
_Run_Summary_TestsStartedToFail(Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.TestsStartedToFail: {0} {0,choice,0#tests|1#test|1<tests} started to fail.
_Run_Summary_TestsStillFailing(Object) - Static method in class hudson.tasks.test.Messages
Key Run.Summary.TestsStillFailing: {0} {0,choice,0#tests are|1#test is|1<tests are} still failing.
_StdioRetention_All_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key StdioRetention.All.DisplayName: All tests.
_StdioRetention_Failed_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key StdioRetention.Failed.DisplayName: Failed tests only.
_StdioRetention_None_DisplayName() - Static method in class hudson.tasks.junit.Messages
Key StdioRetention.None.DisplayName: None.
_TestResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Key TestResult.getChildTitle: Package.
_TestResult_getDisplayName() - Static method in class hudson.tasks.junit.Messages
Key TestResult.getDisplayName: Tests.
_TestResult_getTitle() - Static method in class hudson.tasks.junit.Messages
Key TestResult.getTitle: Tests.
_Widget_AllTestsPassing() - Static method in class hudson.tasks.junit.Messages
Key Widget.AllTestsPassing: All tests are passing!.
_Widget_Failed(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Failed: {0} {0,choice,1#test|1<tests} failed.
_Widget_Passed(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Passed: {0} passed.
_Widget_Regression(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Regression: {0} {0,choice,1#regression|1<regressions}.
_Widget_Skipped(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Skipped: {0} skipped.
_Widget_Took(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Took: Took {0}.
_Widget_Total(Object) - Static method in class hudson.tasks.junit.Messages
Key Widget.Total: {0} total.
A B C D E F G H I J L M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form