public class JUnitSuiteNameResultSeeker extends ResultSeeker
Seeks for test results matching each JUnit Suite Result name with the key custom field.
Skips JUnit Suite Results that were disabled.
Modifier and Type | Class and Description |
---|---|
static class |
JUnitSuiteNameResultSeeker.DescriptorImpl |
includePattern
Constructor and Description |
---|
JUnitSuiteNameResultSeeker(String includePattern) |
Modifier and Type | Method and Description |
---|---|
void |
seek(TestCaseWrapper[] automatedTestCases,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
TestopiaSite testopia)
Seeks for Test Results in a directory.
|
all, allExcept, compareTo, getBase64FileContent, getDescriptor, getIncludePattern, scan
@DataBoundConstructor public JUnitSuiteNameResultSeeker(String includePattern)
includePattern
- Include pattern used when looking for resultspublic void seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestopiaSite testopia) throws ResultSeekerException
ResultSeeker
Seeks for Test Results in a directory. It tries to match the includePattern with files in this directory.
It looks for results using the include pattern, but this value is matched within the workspace. It means that your result files have to be relative to your workspace.
For each result found, it is automatically updated in Testopia.
seek
in class ResultSeeker
listener
- Build listener for loggingtestopia
- Testopia site for updating test statusResultSeekerException
Copyright © 2012-2013 Jenkins CI. All Rights Reserved.