public class PullRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
pullRequestUrl |
| Constructor and Description |
|---|
PullRequestData(org.kohsuke.github.GHPullRequest pullRequest,
ProjectData projectData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeadSha() |
List<PullRequestInstance> |
getInstances() |
Date |
getLastUpdated() |
hudson.model.AbstractProject |
getProject() |
void |
remove() |
void |
save() |
protected void |
setProjectData(ProjectData projectData) |
String |
toString() |
boolean |
update(org.kohsuke.github.GHPullRequest pullRequest) |
public final String pullRequestUrl
public PullRequestData(org.kohsuke.github.GHPullRequest pullRequest,
ProjectData projectData)
throws IOException
IOExceptionpublic hudson.model.AbstractProject getProject()
public Date getLastUpdated()
public String getHeadSha()
public List<PullRequestInstance> getInstances()
public boolean update(org.kohsuke.github.GHPullRequest pullRequest)
throws IOException
IOExceptionprotected void setProjectData(ProjectData projectData)
public void save()
throws IOException
IOExceptionpublic void remove()
throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.