public class TestExecutionContext
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.flow.ExecutionContext
| Constructor and Description |
|---|
TestExecutionContext() |
TestExecutionContext(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearInspectionContext() |
void |
destroy() |
java.lang.Object |
getAttribute(java.lang.String name) |
TestInspectionContext |
getInspectionContext() |
void |
logError(java.lang.String error) |
void |
logError(java.lang.String error,
java.lang.Throwable t) |
void |
logOutput(java.lang.String output) |
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
public TestExecutionContext()
public TestExecutionContext(java.lang.Class<?> clazz)
public void logOutput(java.lang.String output)
logOutput in interface com.xebialabs.deployit.plugin.api.flow.ExecutionContextpublic void logError(java.lang.String error)
logError in interface com.xebialabs.deployit.plugin.api.flow.ExecutionContextpublic void logError(java.lang.String error,
java.lang.Throwable t)
logError in interface com.xebialabs.deployit.plugin.api.flow.ExecutionContextpublic java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface com.xebialabs.deployit.plugin.api.flow.ExecutionContextpublic void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in interface com.xebialabs.deployit.plugin.api.flow.ExecutionContextpublic TestInspectionContext getInspectionContext()
getInspectionContext in interface com.xebialabs.deployit.plugin.api.flow.ExecutionContextpublic void clearInspectionContext()
public void destroy()