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