JasprServerDeployResult class
Outcome of a JasprServerDeployer.deploy call.
Constructors
- JasprServerDeployResult({required bool success, String? serviceUrl, String? imageTag, String? serviceName, String? region, String message = ''})
-
const
- JasprServerDeployResult.failure(String reason)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageTag → String?
-
Fully-qualified Artifact Registry image tag that was deployed.
final
- message → String
-
Failure reason (empty on success).
final
- region → String?
-
Cloud Run region the deploy targeted.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String?
-
Cloud Run service name that was deployed.
final
- serviceUrl → String?
-
Live Cloud Run service URL on success;
nullon failure.final - success → bool
-
Whether the full build + push + Cloud Run deploy succeeded.
final
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