Class CommitFileGroovyObject

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, Serializable

    public class CommitFileGroovyObject
    extends groovy.lang.GroovyObjectSupport
    implements Serializable
    Groovy wrapper over a CommitFile.
    Author:
    Aaron Whiteside
    See Also:
    CommitFile, Serialized Form
    • 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()