Interface WebDeployment

All Superinterfaces:
Executable<WebDeployment>, HasParent<WebAppBase>, Indexable

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 Details

    • deployer

      String deployer()
      Returns:
      username of the deployer
    • startTime

      OffsetDateTime startTime()
      Returns:
      the start time of the deploy operation
    • endTime

      OffsetDateTime endTime()
      Returns:
      the end time of the deploy operation
    • complete

      boolean complete()
      Returns:
      whether the deployment operation has completed