Representation class for the concept of a Environment
Type | Name and description |
---|---|
java.lang.String |
description Environment description |
java.lang.String |
ident Environment identifier |
Webhook |
webhooks Webhook |
Constructor and description |
---|
Environment
() Empty constructor used by Jackson for object deserialization |
Environment
(java.lang.String ident, java.lang.String description, Webhook webhooks) 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() |
Environment description
Environment identifier Retrieved from the configuration base filename. Used as a key in registry
Webhook
Empty constructor used by Jackson for object deserialization
Constructor to be used by DeployDB internally. It accepts all of the parameters
Groovy Documentation