Package hudson.plugins.release.pipeline
Class ReleaseQueueListener
- java.lang.Object
-
- hudson.model.queue.QueueListener
-
- hudson.plugins.release.pipeline.ReleaseQueueListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class ReleaseQueueListener extends QueueListener
copied from org.jenkinsci.plugins.workflow.support.steps.build.BuildQueueListener- Since:
- 2.7
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ReleaseQueueListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onLeft(Queue.LeftItem li)
-
Methods inherited from class hudson.model.queue.QueueListener
all, onEnterBlocked, onEnterBuildable, onEnterWaiting, onLeaveBlocked, onLeaveBuildable, onLeaveWaiting
-
-
-
-
Method Detail
-
onLeft
public void onLeft(Queue.LeftItem li)
- Overrides:
onLeft
in classQueueListener
-
-