public class WebhookTrigger extends Object implements IWebhookTrigger
| Constructor and Description |
|---|
WebhookTrigger(String triggerType,
String secret,
String baseURL) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSecret() |
String |
getType() |
String |
getWebhookURL()
Returns the URL to trigger the build for the resource
|
int |
hashCode() |
public String getType()
getType in interface IBuildTriggerpublic String getSecret()
getSecret in interface IWebhookTriggerpublic String getWebhookURL()
IWebhookTriggergetWebhookURL in interface IWebhookTriggerCopyright © 2020 Red Hat, Inc. All Rights Reserved.