public class CommitFileGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
CommitFile.CommitFile,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
int |
getAdditions() |
String |
getBlobUrl() |
int |
getChanges() |
int |
getDeletions() |
String |
getFilename() |
String |
getPatch() |
String |
getRawUrl() |
String |
getSha() |
String |
getStatus() |
public int getAdditions()
public int getChanges()
public int getDeletions()
public String getBlobUrl()
public String getFilename()
public String getPatch()
public String getRawUrl()
public String getSha()
public String getStatus()
Copyright © 2016–2020. All rights reserved.