Class to represent the flow as artifact moves from one deployment to next one.
Fields inherited from class | Fields |
---|---|
class AbstractModel |
createdAt, deletedAt |
Type | Name and description |
---|---|
Artifact |
artifact |
java.util.Set<Deployment> |
deployments |
java.lang.String |
service |
Status |
status |
Type | Name and description |
---|---|
boolean |
addDeployment(Deployment deployment) Add Promotion Result to collection |
boolean |
equals(java.lang.Object o) Equality operator |
int |
hashCode() Compute the hash of the flow using memeber variables |
java.lang.String |
toString() Stringfy the flow object |
Methods inherited from class | Name |
---|---|
class AbstractModel |
getCreatedAt, getId, setCreatedAt |
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() |
Empty constructor used by Jackson for object deserialization
Default constructor to create a valid Flow object to save in the database
Add Promotion Result to collection
Equality operator
o
- Object to test equalityCompute the hash of the flow using memeber variables
Stringfy the flow object
Groovy Documentation