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()
abstract String deployer()
abstract OffsetDateTime endTime()
abstract OffsetDateTime startTime()

Method Details

complete

public abstract boolean complete()

Returns:

whether the deployment operation has completed

deployer

public abstract String deployer()

Returns:

username of the deployer

endTime

public abstract OffsetDateTime endTime()

Returns:

the end time of the deploy operation

startTime

public abstract OffsetDateTime startTime()

Returns:

the start time of the deploy operation

Applies to