Deployment class

Annotations

Constructors

Deployment()
Deployment.empty()
Factory method to create an empty Deployment object for skeleton loading states
factory
Deployment.fromJson(Map<String, dynamic> json)
factory

Properties

aliases List<String>?
A list of alias URLs pointing to this deployment.
getter/setter pair
createdOn DateTime
When the deployment was created.
getter/setter pair
deployment_trigger DeploymentTrigger?
Info about what caused the deployment.
getter/setter pair
environment String
Type of deploy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
Id of the deployment.
getter/setter pair
latestStage StageEvent
getter/setter pair
modifiedOn DateTime
When the deployment was last modified.
getter/setter pair
productionBranch String
getter/setter pair
projectName String
Name of the project.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortId String
Short Id (8 character) of the deployment.
getter/setter pair
stages List<StageEvent>
getter/setter pair
subdomain String?
getter/setter pair
url String
The live URL to view this deployment.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited