Class for deployment pipeline. It list all the environments that are part of the pipeline
Type | Name and description |
---|---|
java.lang.String |
description Description of the pipeline |
java.util.Map<java.lang.String, Environment> |
environments Value represents the list of deploydb.models.pipeline.Environment that are part of this pipeline Key to the map deploydb.models.Environment ident |
java.lang.String |
ident |
Constructor and description |
---|
Pipeline
() Default constructor used by Jackson for deserialization |
Pipeline
(java.lang.String ident, java.lang.String description, java.util.Map<java.lang.String, Environment> environments) Constructor 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() |
Description of the pipeline
Value represents the list of deploydb.models.pipeline.Environment that are part of this pipeline Key to the map deploydb.models.Environment ident
Default constructor used by Jackson for deserialization
Constructor used by deployDb
Groovy Documentation