Interface SpringAppDeployment

    • Method Detail

      • appName

        String appName()
        Returns:
        the app name of the deployment
      • isActive

        boolean isActive()
        Returns:
        whether the deployment is active
      • createdTime

        OffsetDateTime createdTime()
        Returns:
        the creation time of the deployment
      • start

        void start()
        Starts the deployment.
      • startAsync

        Mono<Void> startAsync()
        Starts the deployment.
        Returns:
        null
      • stop

        void stop()
        Stops the deployment.
      • stopAsync

        Mono<Void> stopAsync()
        Stops the deployment.
        Returns:
        null
      • restart

        void restart()
        Restarts the deployment.
      • restartAsync

        Mono<Void> restartAsync()
        Restarts the deployment.
        Returns:
        null
      • getLogFileUrl

        String getLogFileUrl()
        Returns:
        the log file url of the deployment
      • getLogFileUrlAsync

        Mono<String> getLogFileUrlAsync()
        Returns:
        the log file url of the deployment