Interface WebDeployment
- All Superinterfaces:
Executable<WebDeployment>, HasParent<WebAppBase>, Indexable
A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of web deployment parameters definition.static interfaceGrouping of web deployment definition stages. -
Method Summary
Methods inherited from interface Executable
execute, executeAsync
-
Method Details
-
deployer
-
startTime
OffsetDateTime startTime()Gets the start time of the deploy operation.- Returns:
- the start time of the deploy operation
-
endTime
OffsetDateTime endTime()Gest the end time of the deploy operation.- Returns:
- the end time of the deploy operation
-
complete
boolean complete()Check whether the deployment operation has completed.- Returns:
- whether the deployment operation has completed
-