Representation class for the concept of a Service
Constructor and description |
---|
Service
() Empty constructor used by Jackson for object deserialization |
Service
(java.lang.String ident, java.lang.String description, java.util.List<java.lang.String> artifacts, java.util.List<java.lang.String> pipelines, java.util.List<java.lang.String> promotions) 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 Artifact names (max 10).
Service description
Failure Strategy. Defines actions to take on deployment failure for this Service: Stop (default), rollback (future), full_rollback (future)
Service identifier Retrieved from the configuration base filename. Used as a key in registry
List of pipelines (max 10).
List of promotions (max 10).
Empty constructor used by Jackson for object deserialization
Constructor to be used by DeployDB internally. It accepts all of the parameters
Groovy Documentation