com.xebialabs.deployit.test.support.utils
Class DebugStepExecutionContext

java.lang.Object
  extended by com.xebialabs.deployit.test.support.utils.DebugStepExecutionContext
All Implemented Interfaces:
com.xebialabs.deployit.StepExecutionContext

public class DebugStepExecutionContext
extends java.lang.Object
implements com.xebialabs.deployit.StepExecutionContext


Constructor Summary
DebugStepExecutionContext()
           
 
Method Summary
 void destroy()
           
 java.lang.Object getAttribute(java.lang.String name)
           
 void logError(java.lang.String error)
           
 void logOutput(java.lang.String output)
           
 void setAttribute(java.lang.String name, java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugStepExecutionContext

public DebugStepExecutionContext()
Method Detail

logOutput

public void logOutput(java.lang.String output)
Specified by:
logOutput in interface com.xebialabs.deployit.StepExecutionContext

logError

public void logError(java.lang.String error)
Specified by:
logError in interface com.xebialabs.deployit.StepExecutionContext

getAttribute

public java.lang.Object getAttribute(java.lang.String name)
Specified by:
getAttribute in interface com.xebialabs.deployit.StepExecutionContext

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object object)
Specified by:
setAttribute in interface com.xebialabs.deployit.StepExecutionContext

destroy

public void destroy()


Copyright © 2010. All Rights Reserved.