Interface DeploymentInProgress
- All Known Implementing Classes:
DeploymentInProgressImpl
@Immutable
@Internal
public interface DeploymentInProgress
-
Method Summary
Modifier and TypeMethodDescription@Nullable Long
@NotNull String
long
@NotNull String
long
@NotNull String
@Nullable Date
long
@NotNull DeploymentResultKey
@NotNull TriggerReason
boolean
-
Method Details
-
getResultId
long getResultId() -
getResultKey
-
getDeploymentVersionId
long getDeploymentVersionId() -
getDeploymentVersionName
-
getEnvironmentId
long getEnvironmentId() -
getEnvironmentName
-
getDeploymentProjectName
-
getAgentId
-
getTriggerReason
-
getExecutedDate
-
isBeingStopped
boolean isBeingStopped()
-