public class FlexibleTestProfile extends AbstractTestProfile
Constructor and Description |
---|
FlexibleTestProfile() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Maestro maestro)
Apply a test profile using a maestro instance
|
long |
getEstimatedCompletionTime()
Gets an estimate of how much time it will take to complete the test execution
|
void |
setBrokerURL(String brokerURL)
Deprecated.
|
void |
setSendReceiveURL(String url) |
getEstimatedCompletionTime, getInspectorName, getManagementInterface, getTestExecutionNumber, incrementTestExecutionNumber, setInspectorName, setManagementInterface, toString
@Deprecated public void setBrokerURL(String brokerURL)
public void setSendReceiveURL(String url)
public long getEstimatedCompletionTime()
TestProfile
public void apply(Maestro maestro) throws MaestroException
TestProfile
maestro
- the maestro instance to apply the profile toMaestroException
This documentation was released into the public domain.