GlobalEventsPlugin |
GlobalEventsPlugin.start |
Called when the plugin is started. |
GlobalEventsPlugin.stop |
Called when the plugin is stopped. |
GlobalEventsPlugin.schedule |
Called every $scheduledTime minutes. |
RunListener |
RunListener.onStarted |
Called when a build is started (i.e. it was in the queue, and
will now start running on an executor).
|
RunListener.onCompleted |
Called after a build is completed. |
RunListener.onFinalized |
Called after a build is moved to the Run.State.COMPLETED
state.
|
RunListener.onDeleted |
Called right before a build is going to be deleted. |
ComputerListener |
ComputerListener.onLaunchFailure |
Called when the slave agent fails to connect
|
ComputerListener.onOnline |
Called when a node comes online
|
ComputerListener.onOffline |
Called when a node goes offline
|
ComputerListener.onTemporarilyOnline |
Called when a node is marked temporarilyOnline by a user
|
ComputerListener.onTemporarilyOffline |
Called when a node is marked temporarilyOffline by a user
|
QueueListener |
QueueListener.onEnterWaiting |
Called when a job enters the queue
|
QueueListener.onEnterBlocked |
Called when a job isn't ready to start for some reason other than executor availability
|
QueueListener.onEnterBuildable |
Called when a queued job is ready to run when an executor is available
|
QueueListener.onLeft |
Called when a job leaves the queue after starting or being cancelled
|