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 booleanequals(Object o)intgetId()inthashCode()StringtoString()- 
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:
 equalsin classBitbucketWebhookRequest
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classBitbucketWebhookRequest
 
 - 
 
 -