Class BitbucketServerWebhook
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.server.client.repository.BitbucketServerWebhook
- All Implemented Interfaces:
BitbucketWebHook
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
getUuid()
boolean
isActive()
void
setActive
(boolean active) void
setCommittersToIgnore
(String committersToIgnore) void
setDescription
(String description) void
-
Constructor Details
-
BitbucketServerWebhook
public BitbucketServerWebhook()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceBitbucketWebHook
- Returns:
- webhook description text
-
setDescription
-
getUrl
- Specified by:
getUrl
in interfaceBitbucketWebHook
- Returns:
- webhook URL (not required at creation time)
-
setUrl
-
getCommittersToIgnore
-
setCommittersToIgnore
-
isActive
public boolean isActive()- Specified by:
isActive
in interfaceBitbucketWebHook
- Returns:
- tru if the webhook is active (not required at creation time)
-
setActive
public void setActive(boolean active) -
getEvents
- Specified by:
getEvents
in interfaceBitbucketWebHook
- Returns:
- the list of events this webhook is notifying
-
getUuid
- Specified by:
getUuid
in interfaceBitbucketWebHook
- Returns:
- Bitbucket internal ID for this webhook (not required at creation time)
-