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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviatedTitle()
Returns at most the first 30 characters of the title, or
|
String |
getAuthorEmail() |
String |
getCommit() |
int |
getPullID() |
String |
getShortDescription() |
String |
getSourceBranch() |
String |
getTargetBranch() |
String |
getTitle()
Returns the title of the cause, not null.
|
URL |
getUrl() |
boolean |
isMerged() |
public String getShortDescription()
getShortDescription in class hudson.model.Causepublic String getCommit()
public boolean isMerged()
public int getPullID()
public String getTargetBranch()
public String getSourceBranch()
public String getAuthorEmail()
public URL getUrl()
public String getTitle()
public String getAbbreviatedTitle()
Copyright © 2004-2014. All Rights Reserved.