Uses of Class
com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource.BitbucketCloudWebhooksXEventHeader
-
Packages that use BitbucketCloudWebhooksXEventHeader Package Description com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource -
-
Uses of BitbucketCloudWebhooksXEventHeader in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource that return BitbucketCloudWebhooksXEventHeader Modifier and Type Method Description static BitbucketCloudWebhooksXEventHeader
BitbucketCloudWebhooksXEventHeader. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitbucketCloudWebhooksXEventHeader[]
BitbucketCloudWebhooksXEventHeader. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource that return types with arguments of type BitbucketCloudWebhooksXEventHeader Modifier and Type Method Description static Optional<BitbucketCloudWebhooksXEventHeader>
BitbucketCloudWebhooksXEventHeader. getByName(@Nullable String name)
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource with parameters of type BitbucketCloudWebhooksXEventHeader Modifier and Type Method Description AbstractBitbucketCloudEvent
BitbucketCloudWebhooksPayload. toEvent(BitbucketCloudWebhooksXEventHeader type)
-