Class GitHubPRLabelUnblockQueueCondition
- java.lang.Object
-
- org.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition
-
- org.jenkinsci.plugins.github.pullrequest.extra.GitHubPRLabelUnblockQueueCondition
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition>
public class GitHubPRLabelUnblockQueueCondition extends org.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition
Unblock when label found- Author:
- Kanstantsin Shautsou
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GitHubPRLabelUnblockQueueCondition.DescriptorImpl
-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition
org.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition.BlockQueueConditionDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GitHubPRLabelUnblockQueueCondition(GitHubPRLabel label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitHubPRLabel
getLabel()
boolean
isUnblocked(Queue.Item item)
-
-
-
Constructor Detail
-
GitHubPRLabelUnblockQueueCondition
@DataBoundConstructor public GitHubPRLabelUnblockQueueCondition(GitHubPRLabel label)
-
-
Method Detail
-
getLabel
public GitHubPRLabel getLabel()
-
isUnblocked
public boolean isUnblocked(Queue.Item item)
- Overrides:
isUnblocked
in classorg.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition
-
-