Class GitLabPipelineStatusNotifier.JobScheduledListener
java.lang.Object
hudson.model.queue.QueueListener
io.jenkins.plugins.gitlabbranchsource.helpers.GitLabPipelineStatusNotifier.JobScheduledListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GitLabPipelineStatusNotifier
@Extension
public static class GitLabPipelineStatusNotifier.JobScheduledListener
extends QueueListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Manages the GitLab Commit Pending Status.Methods inherited from class hudson.model.queue.QueueListener
all, onEnterBlocked, onEnterBuildable, onLeaveBlocked, onLeaveBuildable, onLeaveWaiting, onLeft
-
Constructor Details
-
JobScheduledListener
public JobScheduledListener()
-
-
Method Details
-
onEnterWaiting
Manages the GitLab Commit Pending Status.- Overrides:
onEnterWaiting
in classQueueListener
-