Class BitbucketWebhook
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhook
-
public class BitbucketWebhook extends BitbucketWebhookRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
BitbucketWebhookRequest.Builder
-
-
Constructor Summary
Constructors Constructor Description BitbucketWebhook(int id, String name, Set<String> events, String url, boolean isActive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getId()
int
hashCode()
String
toString()
-
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
getConfiguration, getEvents, getName, getUrl, isActive
-
-
-
-
Method Detail
-
getId
public int getId()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBitbucketWebhookRequest
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBitbucketWebhookRequest
-
-