Class GitHubPRCommentEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubPREvent>
org.jenkinsci.plugins.github.pullrequest.events.GitHubPREvent
org.jenkinsci.plugins.github.pullrequest.events.impl.GitHubPRCommentEvent
- All Implemented Interfaces:
- ExtensionPoint,- Describable<GitHubPREvent>
Trigger PR based on comment pattern.
- Author:
- Kanstantsin Shautsou
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncheck(GitHubPRDecisionContext prDecisionContext) indicates that PR was changedMethods inherited from class org.jenkinsci.plugins.github.pullrequest.events.GitHubPREventcheckHook, getDescriptor
- 
Constructor Details- 
GitHubPRCommentEvent
 
- 
- 
Method Details- 
getComment
- 
checkDescription copied from class:GitHubPREventindicates that PR was changed- Overrides:
- checkin class- GitHubPREvent
- 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.
 
 
-