Class MergedPullRequestGroovyObject

java.lang.Object
groovy.lang.GroovyObjectSupport
org.jenkinsci.plugins.pipeline.github.PullRequestGroovyObject
org.jenkinsci.plugins.pipeline.github.MergedPullRequestGroovyObject
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable

public class MergedPullRequestGroovyObject extends PullRequestGroovyObject implements Serializable
Groovy object that represents a GitHub PullRequest that was merged into a branch/PR.
See Also:
  • Method Details

    • isExists

      public boolean isExists()