Class GitHubPRLabelPatternExistsEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubPREvent>
org.jenkinsci.plugins.github.pullrequest.events.GitHubPREvent
org.jenkinsci.plugins.github.pullrequest.events.impl.GitHubPRLabelPatternExistsEvent
- All Implemented Interfaces:
 ExtensionPoint,Describable<GitHubPREvent>
Used to skip PR builder. Use case is skipping if PR is marked with some label or labels.
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncheck(GitHubPRDecisionContext prDecisionContext) indicates that PR was changedgetLabel()booleanisSkip()Methods inherited from class org.jenkinsci.plugins.github.pullrequest.events.GitHubPREvent
checkHook, getDescriptor 
- 
Constructor Details
- 
GitHubPRLabelPatternExistsEvent
 
 - 
 - 
Method Details
- 
check
Description copied from class:GitHubPREventindicates that PR was changed- Overrides:
 checkin classGitHubPREvent- Returns:
 - cause object. null when no influence (other events will be checked. If cause.isSkip() == true, then other checks wouldn't influence. And triggering for this branch will be skipped. If cause.isSkip() == false, indicates that branch build should be run.
 - Throws:
 IOException
 - 
getLabel
 - 
isSkip
public boolean isSkip() 
 -