DeploymentCommands class abstract

Constructors

DeploymentCommands()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

fetchDeploymentStatus(Client cloudApiClient, {required String baseCommand, required String projectId, CommandNames commandNames = CommandNames.public, String? deploymentArg}) Future<Map<String, Object?>>
getDeployAttemptId(Client cloudApiClient, {required String baseCommand, required CommandNames commandNames, required String projectId, String? deploymentArg}) Future<UuidValue>
Resolves deploymentArg, a deployment uuid or sequence number where 0 means the latest, to a deploy attempt id.
listDeployAttemptsOperation(Client cloudApiClient, {required String cloudCapsuleId, required int limit}) Future<List<Map<String, Object?>>>
tailDeployment(Client cloudApiClient, {required CommandLogger logger, required String baseCommand, required String projectId, CommandNames commandNames = CommandNames.public, String? deploymentArg}) Future<void>