com.xebialabs.deployit.engine.tasker
Class TaskExecutionContext
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()