public class FlexibleTestProfile extends AbstractTestProfile
| Constructor and Description |
|---|
FlexibleTestProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Maestro maestro,
DistributionStrategy distributionStrategy)
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 |
setSendReceiveURL(String url) |
void |
setTestEndpointResolver(TestEndpointResolver endPointResolver)
Sets the test endpoint resolver
|
applyAgent, applyInspector, getEstimatedCompletionTime, getExtPointBranch, getExtPointCommand, getExtPointSource, getInspectorName, getManagementInterface, getTestExecutionNumber, incrementTestExecutionNumber, setExtPointBranch, setExtPointCommand, setExtPointSource, setInspectorName, setManagementInterface, setSendReceiveURL, toStringpublic void setSendReceiveURL(String url)
public long getEstimatedCompletionTime()
TestProfilepublic void setTestEndpointResolver(TestEndpointResolver endPointResolver)
TestProfilesetTestEndpointResolver in interface TestProfilesetTestEndpointResolver in class AbstractTestProfilepublic void apply(Maestro maestro, DistributionStrategy distributionStrategy) throws MaestroException
TestProfilemaestro - the maestro instance to apply the profile todistributionStrategy - the peer distribution strategyMaestroExceptionThis documentation was released into the public domain.