@Immutable @Internal public interface DeploymentInProgress
Modifier and Type | Method and 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() |
long getResultId()
@NotNull @NotNull DeploymentResultKey getResultKey()
long getDeploymentVersionId()
@NotNull @NotNull String getDeploymentVersionName()
long getEnvironmentId()
@NotNull @NotNull String getEnvironmentName()
@NotNull @NotNull String getDeploymentProjectName()
@Nullable @Nullable Long getAgentId()
@NotNull @NotNull TriggerReason getTriggerReason()
@Nullable @Nullable Date getExecutedDate()
boolean isBeingStopped()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.