Uses of Class
org.jenkinsci.plugins.github.pullrequest.webhook.PullRequestInfo
-
Packages that use PullRequestInfo Package Description com.github.kostyasha.github.integration.multibranch.hooks org.jenkinsci.plugins.github.pullrequest.webhook -
-
Uses of PullRequestInfo in com.github.kostyasha.github.integration.multibranch.hooks
Constructors in com.github.kostyasha.github.integration.multibranch.hooks with parameters of type PullRequestInfo Constructor Description GitHubPullRequestScmHeadEvent(jenkins.scm.api.SCMEvent.Type type, long timestamp, PullRequestInfo payload, String origin)
-
Uses of PullRequestInfo in org.jenkinsci.plugins.github.pullrequest.webhook
Methods in org.jenkinsci.plugins.github.pullrequest.webhook that return PullRequestInfo Modifier and Type Method Description protected PullRequestInfo
AbstractGHPullRequestSubsriber. extractPullRequestInfo(org.kohsuke.github.GHEvent event, String payload, org.kohsuke.github.GitHub gh)
-