public interface Executable
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.util.UUID testRunId,
java.util.Map<java.lang.String,java.lang.Object> queryParameters,
EventHandler eventHandler) |
boolean |
isExecutable() |
ExecutionParameterRequest |
toExecutionParameterRequest() |
boolean |
updateExecutionProperties(java.lang.String commandLine,
com.xebialabs.deployit.plugin.overthere.Host hostId) |
boolean isExecutable()
void execute(java.util.UUID testRunId,
java.util.Map<java.lang.String,java.lang.Object> queryParameters,
EventHandler eventHandler)
boolean updateExecutionProperties(java.lang.String commandLine,
com.xebialabs.deployit.plugin.overthere.Host hostId)
ExecutionParameterRequest toExecutionParameterRequest()