com.xebialabs.deployit.test.task
Class ControlTaskTester

java.lang.Object
  extended by com.xebialabs.deployit.test.task.ControlTaskTester

public class ControlTaskTester
extends java.lang.Object


Constructor Summary
ControlTaskTester()
           
ControlTaskTester(com.xebialabs.deployit.plugin.api.services.Repository repository)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlTaskTester

public ControlTaskTester()

ControlTaskTester

public ControlTaskTester(com.xebialabs.deployit.plugin.api.services.Repository repository)
Method Detail

executeControlTask

public 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


executeControlTask

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)
Executes all steps of parametrized control task on CI


getRepository

public com.xebialabs.deployit.plugin.api.services.Repository getRepository()
Returns a repository for observation