Uses of Class
com.atlassian.bamboo.plugins.git.rest.entity.GithubWebhookPayload.PullRequestRef
Packages that use GithubWebhookPayload.PullRequestRef
-
Uses of GithubWebhookPayload.PullRequestRef in com.atlassian.bamboo.plugins.git.rest.entity
Methods in com.atlassian.bamboo.plugins.git.rest.entity that return GithubWebhookPayload.PullRequestRefModifier and TypeMethodDescriptionGithubWebhookPayload.PullRequest.getBase()
GithubWebhookPayload.PullRequest.getHead()
GithubWebhookPayload.PullRequestRef.of
(String ref, GithubWebhookPayload.Repository repo) Methods in com.atlassian.bamboo.plugins.git.rest.entity with parameters of type GithubWebhookPayload.PullRequestRefModifier and TypeMethodDescriptionGithubWebhookPayload.PullRequest.of
(String number, GithubWebhookPayload.PullRequestRef head, GithubWebhookPayload.PullRequestRef base, boolean merged, String state)