public class Suites extends hudson.model.AbstractDescribableImpl<Suites> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Suites.DescriptorImpl
Implementation of descriptor
|
| Constructor and Description |
|---|
Suites(String suitename,
String customParam)
CTOR
|
| Modifier and Type | Method and Description |
|---|---|
protected Suites |
considerSuitesfile()
Considers the -suitefiles parameter.
|
protected String |
directorySearchString() |
Stream<Suites> |
expand(hudson.FilePath base) |
String |
getCustomParam()
Returns the command line arguments.
|
Suites.DescriptorImpl |
getDescriptor() |
Stream<hudson.FilePath> |
getExpandedPaths(hudson.FilePath base) |
String |
getSuitename()
Returns the name of the testsuite or a folder containing suites.
|
String |
toString() |
public String getSuitename()
public String getCustomParam()
public Suites.DescriptorImpl getDescriptor()
public Stream<hudson.FilePath> getExpandedPaths(hudson.FilePath base) throws IOException, InterruptedException
IOExceptionInterruptedExceptionprotected String directorySearchString()
protected Suites considerSuitesfile()
public Stream<Suites> expand(hudson.FilePath base) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.