Interface DeploymentInProgress
-
- All Known Implementing Classes:
DeploymentInProgressImpl
@Immutable @Internal public interface DeploymentInProgress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Long
getAgentId()
@NotNull String
getDeploymentProjectName()
long
getDeploymentVersionId()
@NotNull String
getDeploymentVersionName()
long
getEnvironmentId()
@NotNull String
getEnvironmentName()
@Nullable Date
getExecutedDate()
long
getResultId()
@NotNull DeploymentResultKey
getResultKey()
@NotNull TriggerReason
getTriggerReason()
boolean
isBeingStopped()
-
-
-
Method Detail
-
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()
-
-