Launch class abstract

Constructors

Launch.new()

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

confirmSetupAndContinue(CommandLogger logger, ProjectLaunch projectSetup) Future<void>
launch(Client cloudApiClient, FileUploaderFactory fileUploaderFactory, {required CommandLogger logger, required String? specifiedProjectDir, required String? foundProjectDir, required String? projectId, required bool? enableDb, required bool? performDeploy}) Future<void>
performLaunch(Client cloudApiClient, FileUploaderFactory fileUploaderFactory, CommandLogger logger, ProjectLaunch projectSetup) Future<void>
selectEnableDb(CommandLogger logger, ProjectLaunch projectSetup) Future<void>
selectPerformDeploy(CommandLogger logger, ProjectLaunch projectSetup) Future<void>
selectProjectDir(CommandLogger logger, ProjectLaunch projectSetup, String? foundProjectDir) Future<void>
selectProjectId(CommandLogger logger, ProjectLaunch projectSetup) Future<void>