Interface DeploymentInProgress

All Known Implementing Classes:
DeploymentInProgressImpl

@Immutable @Internal public interface DeploymentInProgress
  • Method Details

    • getResultId

      long getResultId()
    • getResultKey

      @NotNull @NotNull DeploymentResultKey getResultKey()
    • 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()