public class TriggerCause
extends hudson.model.Cause
| Constructor and Description |
|---|
TriggerCause(org.kohsuke.github.GHEventPayload.PullRequest prEventPayload) |
TriggerCause(org.kohsuke.github.GHPullRequest pullRequest,
org.kohsuke.github.GHUser buildRequester) |
TriggerCause(org.kohsuke.github.GHPullRequest pullRequest,
String shortDescription) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.github.GHPullRequest |
getPullRequest() |
String |
getShortDescription() |
public TriggerCause(org.kohsuke.github.GHEventPayload.PullRequest prEventPayload)
throws IOException
IOExceptionpublic TriggerCause(org.kohsuke.github.GHPullRequest pullRequest,
org.kohsuke.github.GHUser buildRequester)
throws IOException
IOExceptionpublic TriggerCause(org.kohsuke.github.GHPullRequest pullRequest,
String shortDescription)
public org.kohsuke.github.GHPullRequest getPullRequest()
public String getShortDescription()
getShortDescription in class hudson.model.CauseCopyright © 2016–2019. All rights reserved.