Class for Environments associated with a pipeline
Constructor and description |
---|
Environment
() Default constructor used by Jackson for deserialization |
Environment
(java.util.List<java.lang.String> promotions) Constructor with argument used by deployDb |
Environment
(java.lang.String nullJsonString) This constructor is for JSON to call us to create an empty promotions for Environment object. |
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 promotions that should be run when you transition from this environment
Default constructor used by Jackson for deserialization
Constructor with argument used by deployDb
This constructor is for JSON to call us to create an empty promotions for Environment object.
Groovy Documentation