WebDeployment Interface
public interface WebDeployment extends Executable,HasParent
A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | complete() |
String | deployer() |
DateTime | endTime() |
DateTime | startTime() |
Inherited Members
Executable<T>.execute()
Executable<T>.executeAsync()
Executable<T>.executeAsync(final ServiceCallback<T> callback)
Indexable.key()
HasParent<ParentT>.parent()
Method Details
complete
public boolean complete()
Returns:
whether the deployment operation has completed
deployer
public String deployer()
Returns:
username of the deployer
endTime
public DateTime endTime()
Returns:
the end time of the deploy operation
startTime
public DateTime startTime()
Returns:
the start time of the deploy operation
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java