| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.scm.BaseCommand<T> |
Wrapper around Atlassian's process utils.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 6.4 for removal in 7.0. Use
BaseCommand(List, Map, Path, CommandExitHandler, CommandInputHandler, CommandOutputHandler, CommandErrorHandler)
instead
| |||||||||||
This constructor is deprecated.
in 6.4 for removal in 7.0. Use
BaseCommand(List, Map, Path, CommandExitHandler, CommandInputHandler, CommandOutputHandler, CommandErrorHandler)
instead and pass an assembled list of arguments.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 6.4 for removal without replacement in 7.0; arguments should be assembled before
creating the command, and passed to the constructor
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.scm.AsyncCommand
| |||||||||||
From interface
com.atlassian.bitbucket.scm.Command
| |||||||||||
From interface
java.util.concurrent.Callable
| |||||||||||
This constructor is deprecated.
in 6.4 for removal in 7.0. Use
BaseCommand(List, Map, Path, CommandExitHandler, CommandInputHandler, CommandOutputHandler, CommandErrorHandler)
instead
| arguments | the arguments, including the binary, which should be used to assemble the command line |
|---|---|
| environment | (Optional) environment variables to apply to the new process |
| workDir | (Optional) the working directory for the new process |
| exitHandler | (Optional) a handler to apply to the process's exit code |
| inputHandler | (Optional) a handler to provide stdin to the new process |
| outputHandler | (Optional) a handler to read stdout from the new process |
| errorHandler | (Optional) a handler to read stderr from the new process |
| arguments | the arguments, including the binary, which should be used to assemble the command line |
|---|---|
| environment | (Optional) environment variables to apply to the new process |
| workDir | (Optional) the working directory for the new process |
| exitHandler | (Optional) a handler to apply to the process's exit code |
| inputHandler | (Optional) a handler to provide stdin to the new process |
| outputHandler | (Optional) a handler to read stdout from the new process |
| errorHandler | (Optional) a handler to read stderr from the new process |
This constructor is deprecated.
in 6.4 for removal in 7.0. Use
BaseCommand(List, Map, Path, CommandExitHandler, CommandInputHandler, CommandOutputHandler, CommandErrorHandler)
instead and pass an assembled list of arguments.
| binary | the binary to run for the new process |
|---|---|
| command | (Optional) a single additional argument to add to the command line |
| environment | (Optional) environment variables to apply to the new process |
| workDir | (Optional) the working directory for the new process |
| exitHandler | (Optional) a handler to apply to the process's exit code |
| inputHandler | (Optional) a handler to provide stdin to the new process |
| outputHandler | (Optional) a handler to read stdout from the new process |
| errorHandler | (Optional) a handler to read stderr from the new process |
This method is deprecated.
in 6.4 for removal without replacement in 7.0; arguments should be assembled before
creating the command, and passed to the constructor
| options | one or more arguments to add |
|---|