Class for Webhook's deployment configuration.
Constructor and description |
---|
Deployment
() Empty constructor used by Jackson for object deserialization |
Deployment
(java.util.List<java.lang.String> started, java.util.List<java.lang.String> created, java.util.List<java.lang.String> completed, java.util.List<java.lang.String> verified) Constructor with all the parameters specified used by deployDb |
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 URI associated with deployment completed state
List of URI associated with deployment created state
List of URI associated with deployment started state
List of URI associated with deployment verified state
Empty constructor used by Jackson for object deserialization
Constructor with all the parameters specified used by deployDb
Groovy Documentation