Class CommitFileGroovyObject
java.lang.Object
groovy.lang.GroovyObjectSupport
org.jenkinsci.plugins.pipeline.github.CommitFileGroovyObject
- All Implemented Interfaces:
 groovy.lang.GroovyObject,Serializable
Groovy wrapper over a 
CommitFile.- Author:
 - Aaron Whiteside
 - See Also:
 - 
CommitFile- Serialized Form
 
 
- 
Method Details
- 
getAdditions
public int getAdditions() - 
getChanges
public int getChanges() - 
getDeletions
public int getDeletions() - 
getBlobUrl
 - 
getFilename
 - 
getPatch
 - 
getRawUrl
 - 
getSha
 - 
getStatus
 
 -