public class GhprbCause
extends hudson.model.Cause
| Constructor and Description |
|---|
GhprbCause(String commit,
int pullID,
boolean merged,
String targetBranch,
String authorEmail,
String title) |
| 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 |
getTargetBranch() |
String |
getTitle()
Returns the title of the cause, not null.
|
boolean |
isMerged() |
public String getShortDescription()
getShortDescription in class hudson.model.Causepublic String getCommit()
public boolean isMerged()
public int getPullID()
public String getTargetBranch()
public String getAuthorEmail()
public String getTitle()
public String getAbbreviatedTitle()
Copyright © 2004-2013. All Rights Reserved.