public class GhprbCause
extends hudson.model.Cause
Constructor and Description |
---|
GhprbCause(String commit,
int pullID,
boolean merged,
String targetBranch,
String sourceBranch,
String authorEmail,
String title,
URL url,
org.kohsuke.github.GHUser triggerSender,
String commentBody,
org.kohsuke.github.GitUser commitAuthor,
org.kohsuke.github.GHUser pullRequestAuthor,
String description,
String authorRepoGitUrl,
String repoName,
String credentialsId) |
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviatedTitle()
Returns
|
String |
getAuthorEmail() |
String |
getAuthorRepoGitUrl() |
String |
getCommentBody() |
String |
getCommit() |
org.kohsuke.github.GitUser |
getCommitAuthor() |
String |
getCredentialsId() |
String |
getDescription() |
int |
getPullID() |
org.kohsuke.github.GHUser |
getPullRequestAuthor() |
String |
getRepositoryName() |
String |
getShortDescription() |
String |
getSourceBranch() |
String |
getTargetBranch() |
String |
getTitle() |
org.kohsuke.github.GHUser |
getTriggerSender() |
URL |
getUrl() |
boolean |
isMerged() |
public GhprbCause(String commit, int pullID, boolean merged, String targetBranch, String sourceBranch, String authorEmail, String title, URL url, org.kohsuke.github.GHUser triggerSender, String commentBody, org.kohsuke.github.GitUser commitAuthor, org.kohsuke.github.GHUser pullRequestAuthor, String description, String authorRepoGitUrl, String repoName, String credentialsId)
public String getShortDescription()
getShortDescription
in class hudson.model.Cause
public String getCommit()
public boolean isMerged()
public int getPullID()
public String getTargetBranch()
public String getSourceBranch()
public String getAuthorEmail()
public URL getUrl()
public org.kohsuke.github.GHUser getTriggerSender()
public String getCommentBody()
public org.kohsuke.github.GHUser getPullRequestAuthor()
public String getTitle()
public String getAbbreviatedTitle()
public org.kohsuke.github.GitUser getCommitAuthor()
public String getDescription()
public String getAuthorRepoGitUrl()
public String getRepositoryName()
public String getCredentialsId()
Copyright © 2016. All rights reserved.