Class CommitGroovyObject

java.lang.Object
groovy.lang.GroovyObjectSupport
org.jenkinsci.plugins.pipeline.github.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: