com.xebialabs.deployit.test.support
Class LoggingDeploymentExecutionContext

java.lang.Object
  extended by com.xebialabs.deployit.test.support.LoggingExecutionContext
      extended by com.xebialabs.deployit.test.support.LoggingDeploymentExecutionContext
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext, com.xebialabs.deployit.plugin.api.execution.ExecutionContext

public class LoggingDeploymentExecutionContext
extends LoggingExecutionContext
implements com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext


Constructor Summary
LoggingDeploymentExecutionContext(java.lang.Class<?> clazz)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.test.support.LoggingExecutionContext
destroy, getAttribute, logError, logError, logOutput, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.ExecutionContext
getAttribute, logError, logError, logOutput, setAttribute
 

Constructor Detail

LoggingDeploymentExecutionContext

public LoggingDeploymentExecutionContext(java.lang.Class<?> clazz)