Class PullRequestInfo

java.lang.Object
org.jenkinsci.plugins.github.pullrequest.webhook.PullRequestInfo

public class PullRequestInfo extends Object
Bean class to store main info from payload of webhook
Author:
lanwen (Merkushev Kirill)
  • Constructor Details

    • PullRequestInfo

      public PullRequestInfo(String repo, int num)
    • PullRequestInfo

      public PullRequestInfo(String repo, int num, String target)
  • Method Details

    • getRepo

      public String getRepo()
    • getNum

      public int getNum()
    • getTarget

      public String getTarget()