Class to store webhook configuration
Type | Name and description |
---|---|
Deployment |
deployment List of deployments that are part of this webhook configuration. |
Promotion |
promotion List of promotions that are part of this webhook configuration. |
Constructor and description |
---|
Webhook
() Empty constructor used by Jackson for object deserialization |
Webhook
(Deployment deployment, Promotion promotion) Constructor to be used by DeployDB internally. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
List of deployments that are part of this webhook configuration.
List of promotions that are part of this webhook configuration.
Empty constructor used by Jackson for object deserialization
Constructor to be used by DeployDB internally. It accepts all of the parameters
Groovy Documentation