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 Summary
Constructors Constructor Description PullRequestInfo(String repo, int num)
PullRequestInfo(String repo, int num, String target)
-