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.execution.ExecutionContext

Deprecated. Use TestExecutionContext.

@Deprecated
public class LoggingDeploymentExecutionContext
extends LoggingExecutionContext
implements com.xebialabs.deployit.plugin.api.flow.ExecutionContext


Constructor Summary
LoggingDeploymentExecutionContext(java.lang.Class<?> clazz)
          Deprecated.  
 
Method Summary
 com.xebialabs.deployit.plugin.api.inspection.InspectionContext getInspectionContext()
          Deprecated.  
 com.xebialabs.deployit.plugin.api.services.Repository getRepository()
          Deprecated.  
 
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.flow.ExecutionContext
getAttribute, logError, logError, logOutput, setAttribute
 

Constructor Detail

LoggingDeploymentExecutionContext

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

getRepository

public com.xebialabs.deployit.plugin.api.services.Repository getRepository()
Deprecated. 

getInspectionContext

public com.xebialabs.deployit.plugin.api.inspection.InspectionContext getInspectionContext()
Deprecated.