|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.test.support.LoggingExecutionContext
ExecutionContext and use TestExecutionContext.
@Deprecated public class LoggingExecutionContext
| Constructor Summary | |
|---|---|
LoggingExecutionContext(java.lang.Class<?> clazz)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. |
java.lang.Object |
getAttribute(java.lang.String name)
Deprecated. |
void |
logError(java.lang.String error)
Deprecated. |
void |
logError(java.lang.String error,
java.lang.Throwable t)
Deprecated. |
void |
logOutput(java.lang.String output)
Deprecated. |
void |
setAttribute(java.lang.String name,
java.lang.Object object)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingExecutionContext(java.lang.Class<?> clazz)
| Method Detail |
|---|
public void logOutput(java.lang.String output)
logOutput in interface com.xebialabs.deployit.plugin.api.execution.ExecutionContextpublic void logError(java.lang.String error)
logError in interface com.xebialabs.deployit.plugin.api.execution.ExecutionContext
public void logError(java.lang.String error,
java.lang.Throwable t)
logError in interface com.xebialabs.deployit.plugin.api.execution.ExecutionContextpublic java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface com.xebialabs.deployit.plugin.api.execution.ExecutionContext
public void setAttribute(java.lang.String name,
java.lang.Object object)
setAttribute in interface com.xebialabs.deployit.plugin.api.execution.ExecutionContextpublic void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||