|
RemoteCommand
I represent a single command to be run on the slave.
|
|
LoggedRemoteCommand
I am a RemoteCommand which gathers output from the remote
command into one or more local log files.
|
|
LogObserver
|
|
LogLineObserver
|
|
RemoteShellCommand
This class helps you run a shell command on the build slave.
|
|
BuildStep
I represent a single step of the build process.
|
|
OutputProgressObserver
|
|
LoggingBuildStep
This is an abstract base class, suitable for inheritance by all
BuildSteps that invoke RemoteCommands which emit stdout/stderr
messages.
|