Class BitbucketRepositoryHook
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositoryHook
- All Implemented Interfaces:
BitbucketWebHook
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitbucketRepositoryHook
public BitbucketRepositoryHook()
-
-
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
-
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
-
setEvents
-
getUuid
- Specified by:
getUuid
in interfaceBitbucketWebHook
- Returns:
- Bitbucket internal ID for this webhook (not required at creation time)
-
setUuid
-