Uses of Class
com.atlassian.bamboo.plugins.git.rest.entity.GithubWebhookPayload.Repository
Packages that use GithubWebhookPayload.Repository
-
Uses of GithubWebhookPayload.Repository in com.atlassian.bamboo.plugins.git.rest.entity
Methods in com.atlassian.bamboo.plugins.git.rest.entity that return GithubWebhookPayload.RepositoryModifier and TypeMethodDescriptionGithubWebhookPayload.PullRequestRef.getRepo()GithubWebhookPayload.getRepository()Methods in com.atlassian.bamboo.plugins.git.rest.entity with parameters of type GithubWebhookPayload.RepositoryModifier and TypeMethodDescriptionstatic GithubWebhookPayloadGithubWebhookPayload.of(String ref, String action, GithubWebhookPayload.Repository repository, GithubWebhookPayload.PullRequest pullRequest, boolean created, boolean deleted) GithubWebhookPayload.PullRequestRef.of(String ref, GithubWebhookPayload.Repository repo)