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 IBuildTrigger
public String getSecret()
getSecret
in interface IWebhookTrigger
public String getWebhookURL()
IWebhookTrigger
getWebhookURL
in interface IWebhookTrigger
Copyright © 2016 Red Hat, Inc. All rights reserved.