Compartilhar via


WebDeployment Interface

Implements

public interface WebDeployment
extends Executable<WebDeployment>, HasParent<WebAppBase>

A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).

Method Summary

Modifier and Type Method and Description
abstract boolean complete()

Check whether the deployment operation has completed.

abstract String deployer()

Gets username of the deployer.

abstract OffsetDateTime endTime()

Gest the end time of the deploy operation.

abstract OffsetDateTime startTime()

Gets the start time of the deploy operation.

Method Details

complete

public abstract boolean complete()

Check whether the deployment operation has completed.

Returns:

whether the deployment operation has completed

deployer

public abstract String deployer()

Gets username of the deployer.

Returns:

username of the deployer

endTime

public abstract OffsetDateTime endTime()

Gest the end time of the deploy operation.

Returns:

the end time of the deploy operation

startTime

public abstract OffsetDateTime startTime()

Gets the start time of the deploy operation.

Returns:

the start time of the deploy operation

Applies to