Class CommitFileGroovyObject
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- org.jenkinsci.plugins.pipeline.github.CommitFileGroovyObject
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
public class CommitFileGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
Groovy wrapper over aCommitFile
.- Author:
- Aaron Whiteside
- See Also:
CommitFile
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAdditions()
String
getBlobUrl()
int
getChanges()
int
getDeletions()
String
getFilename()
String
getPatch()
String
getRawUrl()
String
getSha()
String
getStatus()
-
-
-
Method Detail
-
getAdditions
public int getAdditions()
-
getChanges
public int getChanges()
-
getDeletions
public int getDeletions()
-
getBlobUrl
public String getBlobUrl()
-
getFilename
public String getFilename()
-
getPatch
public String getPatch()
-
getRawUrl
public String getRawUrl()
-
getSha
public String getSha()
-
getStatus
public String getStatus()
-
-