Uses of Record Class
com.atlassian.bamboo.plugins.github.dto.GithubWebhookDto
Packages that use GithubWebhookDto
Package
Description
-
Uses of GithubWebhookDto in com.atlassian.bamboo.plugins.git.rest.entity
Constructors in com.atlassian.bamboo.plugins.git.rest.entity with parameters of type GithubWebhookDto -
Uses of GithubWebhookDto in com.atlassian.bamboo.plugins.github.accessor
Methods in com.atlassian.bamboo.plugins.github.accessor that return GithubWebhookDtoModifier and TypeMethodDescriptionGitHubAccessor.createWebhook(@NotNull String owner, @NotNull String repo, @NotNull String bambooEntrypoint) Creates a webhook for the specified repository.Methods in com.atlassian.bamboo.plugins.github.accessor that return types with arguments of type GithubWebhookDtoModifier and TypeMethodDescriptionGitHubAccessor.getWebhooks(@NotNull String owner, @NotNull String repo) Retrieves a list of webhooks for the specified repository.