WebDeployment class
- Inheritance
-
- Object
- Deployment
- WebDeployment
Constructors
- WebDeployment({required DartDeploy dartDeploy, required DartBuild dartBuild, required WebServerConnection serverConnection, required String webServerPath, String? preScriptPath, String? postScriptPath})
Properties
- dartBuild → DartBuild
-
finalinherited
- dartDeploy → DartDeploy
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- postScriptPath → String?
-
final
- preScriptPath → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverConnection → WebServerConnection
-
final
- tmpFolder → String
-
final
- webServerPath → String
-
final
Methods
-
deploy(
) → Future< void> -
override
-
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