@Metadata(description="A test specification",
root=CONFIGURATION)
public class TestSpecification
extends BaseTestSpecification
| Modifier and Type | Class and Description |
|---|---|
class |
TestSpecification.ImportHandler |
static interface |
TestSpecification.ProgressCallback |
CATEGORY_EXECUTION, CATEGORY_PARAMETERS, DEFAULT_FUNCTIONAL_TEST_QUALIFIER, DEFAULT_PERFORMANCE_TEST_QUALIFIER| Constructor and Description |
|---|
TestSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
doImport(TestTool testTool,
com.xebialabs.overthere.OverthereFile remotePath,
EventHandler eventHandler,
TestSpecification.ProgressCallback progressCallback) |
void |
doImport(java.util.UUID testRunId,
TestTool testTool,
EventHandler eventHandler) |
void |
doImport(java.util.UUID testRunId,
TestTool testTool,
com.xebialabs.overthere.OverthereFile remotePath,
EventHandler eventHandler) |
com.xebialabs.deployit.plugin.overthere.Host |
getHost() |
Qualification |
getQualification() |
com.xebialabs.overthere.OverthereFile |
getRemotePath() |
java.lang.String |
getSearchPattern() |
java.lang.String |
getTestToolName() |
java.lang.String |
getWorkingDirectory() |
void |
setHost(com.xebialabs.deployit.plugin.overthere.Host host) |
void |
setQualification(Qualification qualification) |
void |
setSearchPattern(java.lang.String searchPattern) |
void |
setTestToolName(java.lang.String testToolName) |
void |
setWorkingDirectory(java.lang.String workingDirectory) |
compareTo, equals, get$ciAttributes, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$ciAttributes, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic java.lang.String getWorkingDirectory()
public void setWorkingDirectory(java.lang.String workingDirectory)
public java.lang.String getTestToolName()
public void setTestToolName(java.lang.String testToolName)
public com.xebialabs.deployit.plugin.overthere.Host getHost()
public void setHost(com.xebialabs.deployit.plugin.overthere.Host host)
public java.lang.String getSearchPattern()
public void setSearchPattern(java.lang.String searchPattern)
public com.xebialabs.overthere.OverthereFile getRemotePath()
public void doImport(java.util.UUID testRunId,
TestTool testTool,
EventHandler eventHandler)
public void doImport(java.util.UUID testRunId,
TestTool testTool,
com.xebialabs.overthere.OverthereFile remotePath,
EventHandler eventHandler)
public void doImport(TestTool testTool, com.xebialabs.overthere.OverthereFile remotePath, EventHandler eventHandler, TestSpecification.ProgressCallback progressCallback)
public Qualification getQualification()
getQualification in class BaseTestSpecificationpublic void setQualification(Qualification qualification)
setQualification in class BaseTestSpecification