Interface BitbucketWebHook
- All Known Implementing Classes:
BitbucketRepositoryHook
,BitbucketServerWebhook
,NativeBitbucketServerWebhook
public interface BitbucketWebHook
Represents a webhook in Bitbucket.
-
Method Summary
-
Method Details
-
getDescription
String getDescription()- Returns:
- webhook description text
-
getUrl
String getUrl()- Returns:
- webhook URL (not required at creation time)
-
isActive
boolean isActive()- Returns:
- tru if the webhook is active (not required at creation time)
-
getEvents
- Returns:
- the list of events this webhook is notifying
-
getUuid
String getUuid()- Returns:
- Bitbucket internal ID for this webhook (not required at creation time)
-