Uses of Enum Class
com.atlassian.bamboo.plugins.git.rest.header.GithubWebhooksXEventHeader
Packages that use GithubWebhooksXEventHeader
Package
Description
-
Uses of GithubWebhooksXEventHeader in com.atlassian.bamboo.plugins.git.rest.entity
Methods in com.atlassian.bamboo.plugins.git.rest.entity with parameters of type GithubWebhooksXEventHeaderModifier and TypeMethodDescription@NotNull io.atlassian.fugue.Either<UnsupportedOperationException,
Optional<GithubEvent>> GithubWebhookPayload.toEvent
(GithubWebhooksXEventHeader type) -
Uses of GithubWebhooksXEventHeader in com.atlassian.bamboo.plugins.git.rest.header
Methods in com.atlassian.bamboo.plugins.git.rest.header that return GithubWebhooksXEventHeaderModifier and TypeMethodDescriptionstatic GithubWebhooksXEventHeader
Returns the enum constant of this class with the specified name.static GithubWebhooksXEventHeader[]
GithubWebhooksXEventHeader.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.plugins.git.rest.header that return types with arguments of type GithubWebhooksXEventHeaderModifier and TypeMethodDescriptionstatic Optional<GithubWebhooksXEventHeader>
GithubWebhooksXEventHeader.getByIdentifier
(@Nullable String identifier)