Build class

Build

Implemented types

Constructors

Build({required String $id, required String deploymentId, required String status, required String stdout, required String stderr, required String startTime, required String endTime, required int duration, required int size})
Build.fromMap(Map<String, dynamic> map)
factory

Properties

$id String
Build ID.
final
deploymentId String
The deployment that created this build.
final
duration int
The build duration in seconds.
final
endTime String
The time the build was finished in ISO 8601 format.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The code size in bytes.
final
startTime String
The deployment creation date in ISO 8601 format.
final
status String
The build status. There are a few different types and each one means something different. \nFailed - The deployment build has failed. More details can usually be found in buildStderr\nReady - The deployment build was successful and the deployment is ready to be deployed\nProcessing - The deployment is currently waiting to have a build triggered\nBuilding - The deployment is currently being built
final
stderr String
The stderr of the build.
final
stdout String
The stdout of the build.
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