public abstract class AbstractTestProfile extends Object implements TestProfile
| Constructor and Description |
|---|
AbstractTestProfile() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapply, getEstimatedCompletionTimepublic int getTestExecutionNumber()
TestProfilegetTestExecutionNumber in interface TestProfilepublic void incrementTestExecutionNumber()
TestProfileincrementTestExecutionNumber in interface TestProfilepublic String getManagementInterface()
public void setManagementInterface(String managementInterface)
public String getInspectorName()
public void setInspectorName(String inspectorName)
public String getExtPointSource()
public void setExtPointSource(String extPointSource)
public String getExtPointBranch()
public void setExtPointBranch(String extPointBranch)
public String getExtPointCommand()
public void setExtPointCommand(String extPointCommand)
protected static long getEstimatedCompletionTime(TestDuration duration, long rate)
public void setTestEndpointResolver(TestEndpointResolver endPointResolver)
TestProfilesetTestEndpointResolver in interface TestProfileprotected void applyAgent(Maestro maestro, PeerEndpoint endpoint, String destination)
protected void applyInspector(Maestro maestro, PeerEndpoint endpoint, String destination)
protected void setSendReceiveURL(Maestro maestro, PeerEndpoint endpoint)
This documentation was released into the public domain.