Interface DeploymentInProgress

    • Method Detail

      • getResultId

        long getResultId()
      • getDeploymentVersionId

        long getDeploymentVersionId()
      • getDeploymentVersionName

        @NotNull
        @NotNull String getDeploymentVersionName()
      • getEnvironmentId

        long getEnvironmentId()
      • getEnvironmentName

        @NotNull
        @NotNull String getEnvironmentName()
      • getDeploymentProjectName

        @NotNull
        @NotNull String getDeploymentProjectName()
      • getAgentId

        @Nullable
        @Nullable Long getAgentId()
      • getTriggerReason

        @NotNull
        @NotNull TriggerReason getTriggerReason()
      • getExecutedDate

        @Nullable
        @Nullable Date getExecutedDate()
      • isBeingStopped

        boolean isBeingStopped()