| Package | Description |
|---|---|
| hudson.model.queue |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueListener.onEnterBlocked(Queue.BlockedItem bi)
An item enters the blocked phase when there's someone saying "NO" to it proceeding to the buildable phase,
such as
QueueTaskDispatcher. |
void |
QueueListener.onLeaveBlocked(Queue.BlockedItem bi)
An item leaves the blocked phase and becomes buildable when there's no one vetoing.
|
Copyright © 2015. All rights reserved.