Class BitbucketWebhook
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhook
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
BitbucketWebhookRequest.Builder -
Constructor Summary
ConstructorsConstructorDescriptionBitbucketWebhook(int id, String name, Set<String> events, String url, boolean isActive) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
getConfiguration, getEvents, getName, getUrl, isActive
-
Constructor Details
-
BitbucketWebhook
-
-
Method Details
-
getId
public int getId() -
equals
- Overrides:
equalsin classBitbucketWebhookRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classBitbucketWebhookRequest
-
toString
-