Representation class for the concept of a Deployment
Fields inherited from class | Fields |
---|---|
class AbstractModel |
createdAt, deletedAt |
Type | Name and description |
---|---|
Artifact |
artifact |
java.lang.String |
environment |
DeploymentStatus |
status |
Constructor and description |
---|
Deployment
() Empty constructor used by Jackson for object deserialization |
Deployment
(Artifact deployedArtifact, java.lang.String environment) 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() |
Empty constructor used by Jackson for object deserialization
Default constructor to create a valid and saveable Deployment object in the database
Groovy Documentation