public class BitbucketRepositoryHook extends Object implements BitbucketWebHook
Constructor and Description |
---|
BitbucketRepositoryHook() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<String> |
getEvents() |
String |
getUrl() |
String |
getUuid() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setDescription(String description) |
void |
setEvents(List<String> events) |
void |
setUrl(String url) |
void |
setUuid(String uuid) |
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 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
public void setUuid(String uuid)
Copyright © 2016–2022. All rights reserved.