Class | Description |
---|---|
BufferedTeeTaskListener |
A TaskListener which delegates to another TaskListener but also store output into a temporary file, so
it can later - when a second OutputStream is attached - dump the same content to another logger.
|
OneShotAssignment |
This action track the $
OneShotSlave allocated for a task. |
OneShotComputer | |
OneShotExecutorQueueListener |
This $
QueueListener is responsible for detecting jobs that are relying on a One-Shot executor. |
OneShotProvisioner<T extends OneShotSlave> |
This provisioner is responsible to create $
OneShotSlave s. |
OneShotQueueTaskDispatcher | |
OneShotSlave |
A slave that is designed to be used only once, for a specific $
Run , and as such has a life cycle
to fully match the Run's one. |
Exception | Description |
---|---|
OneShotExecutorProvisioningError |
Copyright © 2016. All rights reserved.