public class GHPullRequestFileDetail extends Object
GHPullRequest.GHPullRequest#listFiles()| Constructor and Description |
|---|
GHPullRequestFileDetail() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdditions()
Gets additions.
|
URL |
getBlobUrl()
Gets blob url.
|
int |
getChanges()
Gets changes.
|
URL |
getContentsUrl()
Gets contents url.
|
int |
getDeletions()
Gets deletions.
|
String |
getFilename()
Gets filename.
|
String |
getPatch()
Gets patch.
|
String |
getPreviousFilename()
Gets previous filename.
|
URL |
getRawUrl()
Gets raw url.
|
String |
getSha()
Gets sha.
|
String |
getStatus()
Gets status.
|
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()
public String getPreviousFilename()
Copyright © 2020. All rights reserved.