Deployment class
Deployment
- Implemented types
Constructors
- Deployment({required String $id, required String $createdAt, required String $updatedAt, required String type, required String resourceId, required String resourceType, required String entrypoint, required int size, required int buildSize, required String buildId, required bool activate, required String status, required String buildLogs, required int buildTime, required String providerRepositoryName, required String providerRepositoryOwner, required String providerRepositoryUrl, required String providerBranch, required String providerCommitHash, required String providerCommitAuthorUrl, required String providerCommitAuthor, required String providerCommitMessage, required String providerCommitUrl, required String providerBranchUrl})
-
Deployment.fromMap(Map<
String, dynamic> map) -
factory
Properties
- $createdAt → String
-
Deployment creation date in ISO 8601 format.
final
- $id → String
-
Deployment ID.
final
- $updatedAt → String
-
Deployment update date in ISO 8601 format.
final
- activate → bool
-
Whether the deployment should be automatically activated.
final
- buildId → String
-
The current build ID.
final
- buildLogs → String
-
The build logs.
final
- buildSize → int
-
The build output size in bytes.
final
- buildTime → int
-
The current build time in seconds.
final
- entrypoint → String
-
The entrypoint file to use to execute the deployment code.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- providerBranch → String
-
The branch of the vcs repository
final
- providerBranchUrl → String
-
The branch of the vcs repository
final
- providerCommitAuthor → String
-
The name of vcs commit author
final
- providerCommitAuthorUrl → String
-
The url of vcs commit author
final
- providerCommitHash → String
-
The commit hash of the vcs commit
final
- providerCommitMessage → String
-
The commit message
final
- providerCommitUrl → String
-
The url of the vcs commit
final
- providerRepositoryName → String
-
The name of the vcs provider repository
final
- providerRepositoryOwner → String
-
The name of the vcs provider repository owner
final
- providerRepositoryUrl → String
-
The url of the vcs provider repository
final
- resourceId → String
-
Resource ID.
final
- resourceType → String
-
Resource type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
The code size in bytes.
final
- status → String
-
The deployment status. Possible values are "processing", "building", "waiting", "ready", and "failed".
final
- type → String
-
Type of deployment.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited