CommandNames class

The command paths of the deployment and build commands.

Several of these commands are reachable through more than one path. User-facing text uses the paths of the invocation the command was reached through.

Constructors

CommandNames({required String deploymentShow, required String deploymentList, required String buildLog, required String buildSecret})
const

Properties

buildLog String
final
buildSecret String
final
deploymentList String
final
deploymentShow String
final
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

Constants

legacy → const CommandNames
The paths under the hidden deployment command.
public → const CommandNames
The public paths, with the build log under the status command.
viaBuild → const CommandNames
The public paths, with the build log under the build command.