@Metadata(description="A Test set definition",
root=CONFIGURATION,
virtual=true)
public class TestSetDefinition
extends ScriptedConfigurationItem
implements Planable<Plan>
ScriptedConfigurationItem.ProcessHolder<T>, ScriptedConfigurationItem.ResultHolder<T>| Constructor and Description |
|---|
TestSetDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TestSetDefinition> |
create(java.lang.String id,
com.xebialabs.deployit.plugin.api.reflect.Type type) |
com.xebialabs.overthere.CmdLine |
defaultCommandLine()
Default command line implementation, the type's name.
|
java.lang.String |
getCleanupCommandUponTimeout() |
Report |
getQualification() |
int |
getTimeout() |
Plan |
plan() |
void |
setCleanupCommandUponTimeout(java.lang.String cleanupCommandUponTimeout) |
void |
setQualification(Report qualification) |
void |
setTimeout(int timeout) |
execute, getExecutionLog, getScriptContext, getScriptLocation, getScriptPrelude, setScriptLocationcompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic static <T extends TestSetDefinition> T create(java.lang.String id, com.xebialabs.deployit.plugin.api.reflect.Type type)
public com.xebialabs.overthere.CmdLine defaultCommandLine()
public void setQualification(Report qualification)
public Report getQualification()
public int getTimeout()
public void setTimeout(int timeout)
public java.lang.String getCleanupCommandUponTimeout()
public void setCleanupCommandUponTimeout(java.lang.String cleanupCommandUponTimeout)