com.xebialabs.deployit.engine.tasker
Class TaskExecutionContext

java.lang.Object
  extended by com.xebialabs.deployit.engine.tasker.TaskExecutionContext
All Implemented Interfaces:
java.io.Serializable

public final class TaskExecutionContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
 com.xebialabs.deployit.plugin.api.inspection.InspectionContext getInspectionContext()
           
 com.xebialabs.deployit.plugin.api.services.Repository getRepository()
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 void unsetAttribute(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttribute

public java.lang.Object getAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)

unsetAttribute

public void unsetAttribute(java.lang.String name)

getInspectionContext

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

getRepository

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