Class CommitGroovyObject

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

    public class CommitGroovyObject
    extends groovy.lang.GroovyObjectSupport
    implements Serializable
    Groovy wrapper over a RepositoryCommit. Provides useful properties that allow one to iterate over a commits: - Comments - Files - Statuses And a few methods to create: - Review comments - Statuses
    Author:
    Aaron Whiteside
    See Also:
    RepositoryCommit, Serialized Form