@Extension(dynamicLoadable=YES,
optional=true)
public class NotificationQueueListener
extends hudson.model.queue.QueueListener
Constructor and Description |
---|
NotificationQueueListener() |
Modifier and Type | Method and Description |
---|---|
void |
onEnterBlocked(hudson.model.Queue.BlockedItem bi) |
void |
onEnterBuildable(hudson.model.Queue.BuildableItem bi) |
void |
onEnterWaiting(hudson.model.Queue.WaitingItem wi) |
void |
onLeaveBlocked(hudson.model.Queue.BlockedItem bi) |
void |
onLeaveBuildable(hudson.model.Queue.BuildableItem bi) |
void |
onLeaveWaiting(hudson.model.Queue.WaitingItem wi) |
void |
onLeft(hudson.model.Queue.LeftItem li) |
public void onEnterWaiting(hudson.model.Queue.WaitingItem wi)
onEnterWaiting
in class hudson.model.queue.QueueListener
public void onLeaveWaiting(hudson.model.Queue.WaitingItem wi)
onLeaveWaiting
in class hudson.model.queue.QueueListener
public void onEnterBlocked(hudson.model.Queue.BlockedItem bi)
onEnterBlocked
in class hudson.model.queue.QueueListener
public void onLeaveBlocked(hudson.model.Queue.BlockedItem bi)
onLeaveBlocked
in class hudson.model.queue.QueueListener
public void onEnterBuildable(hudson.model.Queue.BuildableItem bi)
onEnterBuildable
in class hudson.model.queue.QueueListener
public void onLeaveBuildable(hudson.model.Queue.BuildableItem bi)
onLeaveBuildable
in class hudson.model.queue.QueueListener
public void onLeft(hudson.model.Queue.LeftItem li)
onLeft
in class hudson.model.queue.QueueListener
Copyright © 2016–2019. All rights reserved.