Representation class for the concept of a PromotionResult
Fields inherited from class | Fields |
---|---|
class AbstractModel |
createdAt, deletedAt |
Type | Name and description |
---|---|
Deployment |
deployment |
java.lang.String |
infoUrl |
java.lang.String |
promotionIdent Valid State transitions for PromotionResult are: STARTED -> SUCCESS STARTED -> FAILED |
Status |
status |
Constructor and description |
---|
PromotionResult
() Empty constructor used by Jackson for object deserialization |
PromotionResult
(java.lang.String promotionIdent, Status status, java.lang.String infoUrl) Default constructor to create a valid and saveable Deployment object in the database |
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() |
Valid State transitions for PromotionResult are: STARTED -> SUCCESS STARTED -> FAILED
Empty constructor used by Jackson for object deserialization
Default constructor to create a valid and saveable Deployment object in the database
Groovy Documentation