|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandExecutionCallbackHandler | |
|---|---|
| com.xebialabs.deployit | Contains the core classes, interfaces and annotations for the Deployit plugin API. |
| com.xebialabs.deployit.hostsession | The host session framework. |
| com.xebialabs.deployit.hostsession.common | Common classes shared by implementations of the host session framework. |
| com.xebialabs.deployit.hostsession.local | Local implementations of the host session framework. |
| com.xebialabs.deployit.hostsession.ssh | SSH implementations of the host session framework. |
| Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit |
|---|
| Classes in com.xebialabs.deployit that implement CommandExecutionCallbackHandler | |
|---|---|
class |
StepExecutionContextCallbackHandler
A CommandExecutionCallbackHandler that logs the output to a StepExecutionContext. |
| Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession |
|---|
| Classes in com.xebialabs.deployit.hostsession that implement CommandExecutionCallbackHandler | |
|---|---|
class |
CapturingCommandExecutionCallbackHandler
An implementation of the CommandExecutionCallbackHandler that captures the output in variables. |
class |
DebugCommandExecutionCallbackHandler
Implementation of the CommandExecutionCallbackHandler interface that sends its output to System.out
and System.err. |
| Methods in com.xebialabs.deployit.hostsession with parameters of type CommandExecutionCallbackHandler | |
|---|---|
int |
HostSession.execute(CommandExecutionCallbackHandler handler,
java.util.Map<java.lang.String,java.lang.String> inputResponse,
java.lang.String... commandLine)
Executes a command and responds to a question. |
int |
HostSession.execute(CommandExecutionCallbackHandler handler,
java.lang.String... commandLine)
Executes a command with its arguments. |
| Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.common |
|---|
| Classes in com.xebialabs.deployit.hostsession.common that implement CommandExecutionCallbackHandler | |
|---|---|
class |
InputResponseHandler
Checks the output of an executed command and gives canned responses to expected output. |
| Constructors in com.xebialabs.deployit.hostsession.common with parameters of type CommandExecutionCallbackHandler | |
|---|---|
ErrorStreamToCallbackHandler(java.io.InputStream in,
CommandExecutionCallbackHandler handler)
|
|
InputResponseHandler(CommandExecutionCallbackHandler handler,
java.io.OutputStream os,
java.util.Map<java.lang.String,java.lang.String> inputResponse)
|
|
OutputStreamToCallbackHandler(java.io.InputStream in,
CommandExecutionCallbackHandler handler)
|
|
| Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.local |
|---|
| Methods in com.xebialabs.deployit.hostsession.local with parameters of type CommandExecutionCallbackHandler | |
|---|---|
int |
LocalHostSession.execute(CommandExecutionCallbackHandler handler,
java.util.Map<java.lang.String,java.lang.String> inputResponse,
java.lang.String... commandLine)
|
int |
LocalHostSession.execute(CommandExecutionCallbackHandler handler,
java.lang.String... commandLine)
|
| Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.ssh |
|---|
| Methods in com.xebialabs.deployit.hostsession.ssh with parameters of type CommandExecutionCallbackHandler | |
|---|---|
int |
SshSudoHostSession.execute(CommandExecutionCallbackHandler handler,
java.util.Map<java.lang.String,java.lang.String> inputResponse,
java.lang.String... commandLine)
|
protected int |
SshSudoHostSession.noSudoExecute(CommandExecutionCallbackHandler handler,
java.lang.String... commandLine)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||