Interface | Description |
---|---|
SchedulerConnectionFactory |
Factory interface for scheduling connections.
|
Class | Description |
---|---|
ForwardingCredentials |
Credentials implementation which forwards all requests to another adaptor by replacing the scheme with the given target, and
forwarding the request to the engine again.
|
RemoteCommandRunner |
Runs a command.
|
SchedulerConnection |
Connection to a remote scheduler, implemented by calling command line commands over a ssh connection.
|
ScriptingAdaptor |
ScriptingAdaptor is a generic adaptor implementation.
|
ScriptingJobs |
Implementation of Xenon Jobs interface using ssh and scripts.
|
ScriptingParser |