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