public class SuperSet extends TestSetDefinition
ScriptedConfigurationItem.ProcessHolder<T>, ScriptedConfigurationItem.ResultHolder<T>| Constructor and Description |
|---|
SuperSet() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLeadTime() |
java.util.List<TestSetDefinition> |
getSets() |
boolean |
isParallel() |
Plan |
plan() |
void |
setLeadTime(int leadTime) |
void |
setParallel(boolean parallel) |
void |
setSets(java.util.List<TestSetDefinition> sets) |
create, defaultCommandLine, getCleanupCommandUponTimeout, getQualification, getTimeout, setCleanupCommandUponTimeout, setQualification, setTimeoutexecute, 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 java.util.List<TestSetDefinition> getSets()
public void setSets(java.util.List<TestSetDefinition> sets)
public boolean isParallel()
public Plan plan()
plan in interface Planable<Plan>plan in class TestSetDefinitionpublic void setParallel(boolean parallel)
public int getLeadTime()
public void setLeadTime(int leadTime)