Skip navigation links
A B C D E F G H I J L M N O P R S T U V X _ 

A

AbstractTestResultAction<T extends AbstractTestResultAction> - 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.
Use the default constructor and just call Run.addAction(hudson.model.Action) to associate the build with the action.
AbstractTestResultAction.Summarizer - Class in hudson.tasks.test
 
AbstractTestResultAction_fail(Object, Object) - Static method in class hudson.tasks.test.Messages
{0}: {1} {1,choice,0#failures|1#failure|1<failures}
AbstractTestResultAction_getDisplayName() - Static method in class hudson.tasks.test.Messages
Test Result
AbstractTestResultAction_skip(Object, Object) - Static method in class hudson.tasks.test.Messages
{0}: {1} {1,choice,0#skips|1#skip|1<skips}
AbstractTestResultAction_test(Object, Object) - Static method in class hudson.tasks.test.Messages
{0}: {1} {1,choice,0#tests|1#test|1<tests}
AbstractTestResultAction_TestsDescription(Object, Object, Object) - Static method in class hudson.tasks.test.Messages
{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
{0}: 0 tests in total.
add(CaseResult) - Method in class hudson.tasks.junit.ClassResult
 
add(AbstractTestResultAction) - Method in class hudson.tasks.test.AggregatedTestResultAction
 
AggregatedTestResultAction - Class in hudson.tasks.test
AbstractTestResultAction that aggregates all the test results from the corresponding AbstractBuilds.
AggregatedTestResultAction(AbstractBuild) - Constructor for class hudson.tasks.test.AggregatedTestResultAction
Deprecated.
AggregatedTestResultAction() - Constructor for class hudson.tasks.test.AggregatedTestResultAction
 
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.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
 
AggregatedTestResultPublisher_DisplayName() - Static method in class hudson.tasks.test.Messages
Aggregate downstream test results
AggregatedTestResultPublisher_Title() - Static method in class hudson.tasks.test.Messages
Aggregated Test Result
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
All registered TestResultParsers
annotate(String) - Method in class hudson.tasks.junit.TestAction
Returns text with annotations.
annotate(String) - Method in class hudson.tasks.test.TestResult
Annotate some text -- what does this do?
asInt(String, int) - Static method in class hudson.tasks.junit.History
 

B

build - Variable in class hudson.tasks.test.AggregatedTestResultAction.Child
 
byPackage(String) - Method in class hudson.tasks.junit.TestResult
 

C

CaseResult - Class in hudson.tasks.junit
One test result.
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.Status - Enum in hudson.tasks.junit
Constants that represent the status of this test.
CaseResult_Status_Failed() - Static method in class hudson.tasks.junit.Messages
Failed
CaseResult_Status_Fixed() - Static method in class hudson.tasks.junit.Messages
Fixed
CaseResult_Status_Passed() - Static method in class hudson.tasks.junit.Messages
Passed
CaseResult_Status_Regression() - Static method in class hudson.tasks.junit.Messages
Regression
CaseResult_Status_Skipped() - Static method in class hudson.tasks.junit.Messages
Skipped
Child(String, int) - Constructor for class hudson.tasks.test.AggregatedTestResultAction.Child
 
child - Variable in class hudson.tasks.test.AggregatedTestResultAction.ChildReport
 
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
 
ClassResult - Class in hudson.tasks.junit
Cumulative test result of a test class.
ClassResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Test Result : {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
 
configure(SAXReader, Object) - Method in class hudson.tasks.junit.XMLEntityResolver
Install EntityResolver for resolving DTDs, which are in files created by TestNG.

D

Data() - Constructor for class hudson.tasks.junit.TestResultAction.Data
 
DefaultTestResultParserImpl - Class in hudson.tasks.test
Default partial implementation of TestResultParser that handles GLOB dereferencing and other checks for user errors, such as misconfigured GLOBs, up-to-date checks on test reports.
DefaultTestResultParserImpl() - Constructor for class hudson.tasks.test.DefaultTestResultParserImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
doAutoCompleteJobs(String, Item, ItemGroup) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
doCheck(AbstractProject, String) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
doCheckHealthScaleFactor(double) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
doCheckTestResults(AbstractProject, String) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
Performs on-the-fly validation on the file mask wildcard.
doFlipTrend(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.TestResultProjectAction
Changes the test result report display mode.
doGraph(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.AbstractTestResultAction
Generates a PNG image for the test result trend.
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
Display the test result trend.
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.TestResultProjectAction
Generates the clickable map HTML fragment for TestResultProjectAction.doTrend(StaplerRequest, StaplerResponse).
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

F

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
 
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.

G

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.
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.
getBuildHealth() - Method in class hudson.tasks.test.AbstractTestResultAction
 
getBuildResult() - Method in class hudson.tasks.test.TestResult
Mark a build as unstable if there are failures.
getCase(String) - Method in class hudson.tasks.junit.SuiteResult
Returns the CaseResult whose CaseResult.getName() is the same as the given string.
getCaseResult(String) - Method in class hudson.tasks.junit.ClassResult
 
getCases() - Method in class hudson.tasks.junit.SuiteResult
 
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
 
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
 
getCountGraph() - Method in class hudson.tasks.junit.History
Graph of # of tests over time.
getCssClass() - Method in enum hudson.tasks.junit.CaseResult.Status
 
getDescription() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
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.
getDescription() - Method in class hudson.tasks.test.TestObject
 
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.TestResult
 
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
Returns a human readable name of the parser, like "JUnit Parser".
getDisplayName() - Method in class hudson.tasks.test.TestResultProjectAction
 
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.PackageResult
 
getDuration() - Method in class hudson.tasks.junit.SuiteResult
 
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.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.
getDurationGraph() - Method in class hudson.tasks.junit.History
Graph of duration of tests over time.
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, StaplerRequest, StaplerResponse) - Method in class hudson.tasks.junit.ClassResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.tasks.junit.PackageResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.tasks.junit.TestResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.tasks.test.TestObject
 
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.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.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.
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.
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
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.
getFullDisplayName() - Method in class hudson.tasks.junit.CaseResult
 
getFullDisplayName() - Method in class hudson.tasks.junit.ClassResult
 
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.
getHasFingerprintAction() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
getHealthScaleFactor() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
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
 
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.
getJobs() - Method in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
Gets the jobs to be monitored.
getLastTestResultAction() - Method in class hudson.tasks.test.TestResultProjectAction
 
getList(int, int) - Method in class hudson.tasks.junit.History
 
getList() - Method in class hudson.tasks.junit.History
 
getMessage() - Method in enum 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.
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.CaseResult
 
getOwner() - Method in class hudson.tasks.junit.ClassResult
 
getOwner() - Method in class hudson.tasks.junit.PackageResult
 
getOwner() - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getOwner() - Method in class hudson.tasks.junit.TestResult
 
getOwner() - Method in class hudson.tasks.test.SimpleCaseResult
 
getOwner() - Method in class hudson.tasks.test.TestObject
 
getPackageName() - Method in class hudson.tasks.junit.CaseResult
Gets the package name of a test case
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.
getPassCount() - Method in class hudson.tasks.junit.CaseResult
 
getPassCount() - Method in class hudson.tasks.junit.ClassResult
 
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.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.
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.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
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.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.
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.tasks.test.AggregatedTestResultPublisher
 
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.
getRequiredMonitorService() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
getRequiredMonitorService() - Method in class hudson.tasks.test.AggregatedTestResultPublisher
 
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
 
getResultInBuild(AbstractBuild<?, ?>) - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getResultInBuild(AbstractBuild<?, ?>) - Method in class hudson.tasks.test.TestObject
Gets the counterpart of this TestResult in the specified run.
getResultInBuild(AbstractBuild<?, ?>) - Method in class hudson.tasks.test.TestResult
Gets the counter part of this TestResult in the specified run.
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.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.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.
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.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
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.
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.
getSuite(String) - Method in class hudson.tasks.junit.TestResult
 
getSuiteResult() - Method in class hudson.tasks.junit.CaseResult
 
getSuites() - Method in class hudson.tasks.junit.TestResult
 
getTarget() - Method in class hudson.tasks.junit.TestResultAction
 
getTestAction(Class<T>) - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
getTestAction(TestObject) - Method in class hudson.tasks.junit.TestResultAction.Data
Returns all TestActions for the testObject.
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
Called after test results are collected by Jenkins, to create a resolver for TestActions.
getTestDataPublishers() - Method in class hudson.tasks.junit.JUnitResultArchiver
 
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
This text is used in the UI prompt for the GLOB that specifies files to be parsed by this parser.
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
 
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.TestObject
Deprecated.
Gets the total number of tests.
getTotalCount() - Method in class hudson.tasks.junit.TestResultAction
 
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.
getTransformedName(String) - Static method in class hudson.tasks.junit.TestNameTransformer
 
getUrl() - Method in class hudson.tasks.junit.TestObject
Deprecated.
Returns url relative to TestResult
getUrl() - Method in class hudson.tasks.test.TestObject
Returns url relative to TestResult
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
 

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
 
History - Class in hudson.tasks.junit
History of TestObject over time.
History(TestObject) - Constructor for class hudson.tasks.junit.History
 
historyAvailable() - Method in class hudson.tasks.junit.History
 
hudson.tasks.junit - package hudson.tasks.junit
Model objects that represent JUnit test reports.
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
 
includeFailedBuilds - Variable in class hudson.tasks.test.AggregatedTestResultPublisher
Should failed builds be included?
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 
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
 
isOK - Variable in enum 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 hudson.tasks.junit.CaseResult.Status
 
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.

J

jobs - Variable in class hudson.tasks.test.AggregatedTestResultPublisher
Jobs to aggregate.
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
 
JUnitParser_DisplayName() - Static method in class hudson.tasks.junit.Messages
JUnit Parser
JUnitParser_no_workspace_found(Object) - Static method in class hudson.tasks.junit.Messages
No workspace found for {0}
JUnitParser_TestResultLocationMessage() - Static method in class hudson.tasks.junit.Messages
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
Deprecated.
since 2009-08-09.
JUnitResultArchiver(String, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>) - 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, boolean, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>, double) - Constructor for class hudson.tasks.junit.JUnitResultArchiver
 
JUnitResultArchiver.DescriptorImpl - Class in hudson.tasks.junit
 
JUnitResultArchiver_BadXML(Object) - Static method in class hudson.tasks.junit.Messages
Incorrect XML attributes for test results found in {0}
JUnitResultArchiver_DisplayName() - Static method in class hudson.tasks.junit.Messages
Publish JUnit test result report
JUnitResultArchiver_HealthScaleFactorAnalysis(Object, Object, Object, Object) - Static method in class hudson.tasks.junit.Messages
{0}% failing tests scores as {1}% health.
JUnitResultArchiver_NoTestReportFound() - Static method in class hudson.tasks.junit.Messages
No test report files were found.
JUnitResultArchiver_Recording() - Static method in class hudson.tasks.junit.Messages
Recording test results
JUnitResultArchiver_ResultIsEmpty() - Static method in class hudson.tasks.junit.Messages
None of the test reports contained any result

L

listOnlyContainingThisObject - Variable in class hudson.tasks.test.SimpleCaseResult
 

M

Messages - Class in hudson.tasks.junit
 
Messages() - Constructor for class hudson.tasks.junit.Messages
 
Messages - Class in hudson.tasks.test
 
Messages() - Constructor for class hudson.tasks.test.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(StaplerRequest, JSONObject) - Method in class hudson.tasks.junit.JUnitResultArchiver.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.tasks.test.AggregatedTestResultPublisher.DescriptorImpl
 

O

onAttached(Run<?, ?>) - Method in class hudson.tasks.test.AbstractTestResultAction
 
onCompleted(Run, TaskListener) - 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
 

P

PackageResult - Class in hudson.tasks.junit
Cumulative test result for a package.
PackageResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Class
PackageResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Test Result : {0}
parentAction - Variable in class hudson.tasks.test.SimpleCaseResult
 
parse(String, AbstractBuild, Launcher, TaskListener) - Method in class hudson.tasks.junit.JUnitParser
 
parse(String, AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.junit.JUnitResultArchiver
In progress.
parse(long, DirectoryScanner) - 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(long, File, 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, Iterable<File>) - Method in class hudson.tasks.junit.TestResult
Collect reports from the given report files
parse(File) - Method in class hudson.tasks.junit.TestResult
Parses an additional report file.
parse(List<File>, Launcher, TaskListener) - Method in class hudson.tasks.test.DefaultTestResultParserImpl
This method is executed on the slave that has the report files to parse test reports and builds TestResult.
parse(String, AbstractBuild, Launcher, TaskListener) - Method in class hudson.tasks.test.DefaultTestResultParserImpl
 
parse(String, AbstractBuild, 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.
perform(AbstractBuild, Launcher, BuildListener) - Method in class hudson.tasks.junit.JUnitResultArchiver
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.tasks.test.AggregatedTestResultPublisher
 
project - Variable in class hudson.tasks.test.AggregatedTestResultPublisher.TestResultProjectAction
 
project - Variable in class hudson.tasks.test.TestResultProjectAction
Project that owns this action.

R

readResolve() - Method in class hudson.tasks.junit.TestResultAction
 
readResolve() - Method in class hudson.tasks.test.AbstractTestResultAction
 
resolveChild(AggregatedTestResultAction.Child) - Method in class hudson.tasks.test.AggregatedTestResultAction
 
resolveEntity(String, String) - Method in class hudson.tasks.junit.XMLEntityResolver
Intercepts the lookup of publicId, systemId
result - Variable in class hudson.tasks.test.AggregatedTestResultAction.ChildReport
 
Run_Summary_LessTestsFailing(Object, Object) - Static method in class hudson.tasks.test.Messages
{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
{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
{0} {0,choice,0#test failures|1#test failure|1<test failures}
Run_Summary_TestsStartedToFail(Object) - Static method in class hudson.tasks.test.Messages
{0} {0,choice,0#tests|1#test|1<tests} started to fail
Run_Summary_TestsStillFailing(Object) - Static method in class hudson.tasks.test.Messages
{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.
setData(List<TestResultAction.Data>) - Method in class hudson.tasks.junit.TestResultAction
 
setDescription(String) - Method in class hudson.tasks.junit.TestObject
Deprecated.
 
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.test.TestObject
 
setHealthScaleFactor(double) - Method in class hudson.tasks.junit.TestResultAction
 
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
Overwrites the TestResult by a new data set.
SimpleCaseResult - Class in hudson.tasks.test
The simplest possible case result, with no language ties.
SimpleCaseResult(float) - Constructor for class hudson.tasks.test.SimpleCaseResult
 
SimpleCaseResult() - Constructor for class hudson.tasks.test.SimpleCaseResult
 
SuiteResult - Class in hudson.tasks.junit
Result of one test suite.
SuiteResult.SuiteResultParserConfigurationContext - Class in hudson.tasks.junit
Passed to ParserConfigurator.
summarize(Run<?, ?>, ResultTrend) - Method in class hudson.tasks.test.AbstractTestResultAction.Summarizer
 
Summarizer() - Constructor for class hudson.tasks.test.AbstractTestResultAction.Summarizer
 

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
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
 
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() - Constructor for class hudson.tasks.junit.TestObject
Deprecated.
 
TestObject - Class in hudson.tasks.test
Base class for all test result objects.
TestObject() - Constructor for class hudson.tasks.test.TestObject
 
TestResult - Class in hudson.tasks.junit
Root of all the test results for one build.
TestResult() - Constructor for class hudson.tasks.junit.TestResult
Creates an empty result.
TestResult(boolean) - Constructor for class hudson.tasks.junit.TestResult
 
TestResult(long, DirectoryScanner) - Constructor for class hudson.tasks.junit.TestResult
Deprecated.
TestResult(long, DirectoryScanner, 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 - 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.test.TestResult
 
TestResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Package
TestResult_getDisplayName() - Static method in class hudson.tasks.junit.Messages
Test Results
TestResult_getTitle() - Static method in class hudson.tasks.junit.Messages
Test Result
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(TestResult, BuildListener) - Constructor for class hudson.tasks.junit.TestResultAction
 
TestResultAction(String, boolean, AbstractBuild<?, ?>) - Constructor for class hudson.tasks.test.AggregatedTestResultPublisher.TestResultAction
 
TestResultAction.Data - Class in hudson.tasks.junit
Resolves TestActions for the given TestObject.
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
 
toPrettyString() - Method in class hudson.tasks.test.TestResult
 
transformName(String) - Method in class hudson.tasks.junit.TestNameTransformer
Transform the class/package/method name.

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 hudson.tasks.junit.CaseResult.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.tasks.junit.CaseResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.

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
 

_

_AbstractTestResultAction_fail(Object, Object) - Static method in class hudson.tasks.test.Messages
{0}: {1} {1,choice,0#failures|1#failure|1<failures}
_AbstractTestResultAction_getDisplayName() - Static method in class hudson.tasks.test.Messages
Test Result
_AbstractTestResultAction_skip(Object, Object) - Static method in class hudson.tasks.test.Messages
{0}: {1} {1,choice,0#skips|1#skip|1<skips}
_AbstractTestResultAction_test(Object, Object) - Static method in class hudson.tasks.test.Messages
{0}: {1} {1,choice,0#tests|1#test|1<tests}
_AbstractTestResultAction_TestsDescription(Object, Object, Object) - Static method in class hudson.tasks.test.Messages
{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
{0}: 0 tests in total.
_AggregatedTestResultPublisher_DisplayName() - Static method in class hudson.tasks.test.Messages
Aggregate downstream test results
_AggregatedTestResultPublisher_Title() - Static method in class hudson.tasks.test.Messages
Aggregated Test Result
_CaseResult_Status_Failed() - Static method in class hudson.tasks.junit.Messages
Failed
_CaseResult_Status_Fixed() - Static method in class hudson.tasks.junit.Messages
Fixed
_CaseResult_Status_Passed() - Static method in class hudson.tasks.junit.Messages
Passed
_CaseResult_Status_Regression() - Static method in class hudson.tasks.junit.Messages
Regression
_CaseResult_Status_Skipped() - Static method in class hudson.tasks.junit.Messages
Skipped
_ClassResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Test Result : {0}
_JUnitParser_DisplayName() - Static method in class hudson.tasks.junit.Messages
JUnit Parser
_JUnitParser_no_workspace_found(Object) - Static method in class hudson.tasks.junit.Messages
No workspace found for {0}
_JUnitParser_TestResultLocationMessage() - Static method in class hudson.tasks.junit.Messages
JUnit xml files:
_JUnitResultArchiver_BadXML(Object) - Static method in class hudson.tasks.junit.Messages
Incorrect XML attributes for test results found in {0}
_JUnitResultArchiver_DisplayName() - Static method in class hudson.tasks.junit.Messages
Publish JUnit test result report
_JUnitResultArchiver_HealthScaleFactorAnalysis(Object, Object, Object, Object) - Static method in class hudson.tasks.junit.Messages
{0}% failing tests scores as {1}% health.
_JUnitResultArchiver_NoTestReportFound() - Static method in class hudson.tasks.junit.Messages
No test report files were found.
_JUnitResultArchiver_Recording() - Static method in class hudson.tasks.junit.Messages
Recording test results
_JUnitResultArchiver_ResultIsEmpty() - Static method in class hudson.tasks.junit.Messages
None of the test reports contained any result
_PackageResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Class
_PackageResult_getTitle(Object) - Static method in class hudson.tasks.junit.Messages
Test Result : {0}
_Run_Summary_LessTestsFailing(Object, Object) - Static method in class hudson.tasks.test.Messages
{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
{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
{0} {0,choice,0#test failures|1#test failure|1<test failures}
_Run_Summary_TestsStartedToFail(Object) - Static method in class hudson.tasks.test.Messages
{0} {0,choice,0#tests|1#test|1<tests} started to fail
_Run_Summary_TestsStillFailing(Object) - Static method in class hudson.tasks.test.Messages
{0} {0,choice,0#tests are|1#test is|1<tests are} still failing
_TestResult_getChildTitle() - Static method in class hudson.tasks.junit.Messages
Package
_TestResult_getDisplayName() - Static method in class hudson.tasks.junit.Messages
Test Results
_TestResult_getTitle() - Static method in class hudson.tasks.junit.Messages
Test Result
A B C D E F G H I J L M N O P R S T U V X _ 
Skip navigation links

Copyright © 2014. All rights reserved.