public class GHPullRequestFileDetail extends Object
GHPullRequest.GHPullRequest.listFiles()| Constructor and Description |
|---|
GHPullRequestFileDetail() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdditions() |
URL |
getBlobUrl() |
int |
getChanges() |
URL |
getContentsUrl() |
int |
getDeletions() |
String |
getFilename() |
String |
getPatch() |
URL |
getRawUrl() |
String |
getSha() |
String |
getStatus() |
public String getSha()
public String getFilename()
public String getStatus()
public int getAdditions()
public int getDeletions()
public int getChanges()
public URL getBlobUrl()
public URL getRawUrl()
public URL getContentsUrl()
public String getPatch()
Copyright © 2015. All Rights Reserved.