public final class PullRequestSCMHead
extends jenkins.scm.api.SCMHead
PR-123 or PR-123-merged or PR-123-unmerged.| Modifier and Type | Method and Description |
|---|---|
List<? extends hudson.model.Action> |
getAllActions() |
int |
getNumber() |
String |
getPronoun() |
boolean |
isMerge()
Whether we intend to build the merge of the PR head with the base branch.
|
boolean |
isTrusted()
Whether this PR was observed to have come from a trusted author.
|
public String getPronoun()
getPronoun in class jenkins.scm.api.SCMHeadpublic int getNumber()
public boolean isMerge()
public boolean isTrusted()
public List<? extends hudson.model.Action> getAllActions()
getAllActions in class jenkins.scm.api.SCMHeadCopyright © 2016. All rights reserved.