| Constructor and Description |
|---|
GHTreeEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMode()
Get mode such as
100644
|
String |
getPath()
Get the path such as
"subdir/file.txt"
|
String |
getSha()
SHA1 of this object.
|
long |
getSize()
Gets the size of the file, such as
132
|
String |
getType()
Gets the type such as:
"blob"
|
URL |
getUrl()
API URL to this Git data, such as
https://api.github.com/repos/jenkinsci
/jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0
|
public String getPath()
public String getMode()
public long getSize()
public String getType()
public String getSha()
public URL getUrl()
Copyright © 2015. All Rights Reserved.