public class BitbucketServerWebhook extends Object implements BitbucketWebHook
Constructor and Description |
---|
BitbucketServerWebhook() |
Modifier and Type | Method and Description |
---|---|
String |
getCommittersToIgnore() |
String |
getDescription() |
List<String> |
getEvents() |
String |
getUrl() |
String |
getUuid() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCommittersToIgnore(String committersToIgnore) |
void |
setDescription(String description) |
void |
setUrl(String url) |
public String getDescription()
getDescription
in interface BitbucketWebHook
public void setDescription(String description)
public String getUrl()
getUrl
in interface BitbucketWebHook
public void setUrl(String url)
public String getCommittersToIgnore()
public void setCommittersToIgnore(String committersToIgnore)
public boolean isActive()
isActive
in interface BitbucketWebHook
public void setActive(boolean active)
public List<String> getEvents()
getEvents
in interface BitbucketWebHook
public String getUuid()
getUuid
in interface BitbucketWebHook
Copyright © 2016–2022. All rights reserved.