public class ControlTaskTester
extends java.lang.Object
| Constructor and Description |
|---|
ControlTaskTester() |
ControlTaskTester(com.xebialabs.deployit.plugin.api.services.Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
executeControlTask(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String task)
Executes all steps of non-parametrized control task on CI
|
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
executeControlTask(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String task,
com.xebialabs.deployit.plugin.api.udm.Parameters parameters)
Executes all steps of parametrized control task on CI
|
com.xebialabs.deployit.plugin.api.services.Repository |
getRepository()
Returns a repository for observation
|
public ControlTaskTester()
public ControlTaskTester(com.xebialabs.deployit.plugin.api.services.Repository repository)
public com.xebialabs.deployit.plugin.api.flow.StepExitCode executeControlTask(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String task)
public com.xebialabs.deployit.plugin.api.flow.StepExitCode executeControlTask(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String task,
com.xebialabs.deployit.plugin.api.udm.Parameters parameters)
public com.xebialabs.deployit.plugin.api.services.Repository getRepository()