@Immutable @Internal public class DeploymentInProgressImpl extends Object implements DeploymentInProgress
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentInProgressImpl.Builder |
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() |
public long getResultId()
getResultId
in interface DeploymentInProgress
@NotNull public DeploymentResultKey getResultKey()
getResultKey
in interface DeploymentInProgress
public long getDeploymentVersionId()
getDeploymentVersionId
in interface DeploymentInProgress
@NotNull public String getDeploymentVersionName()
getDeploymentVersionName
in interface DeploymentInProgress
public long getEnvironmentId()
getEnvironmentId
in interface DeploymentInProgress
@NotNull public String getEnvironmentName()
getEnvironmentName
in interface DeploymentInProgress
@NotNull public String getDeploymentProjectName()
getDeploymentProjectName
in interface DeploymentInProgress
@Nullable public Long getAgentId()
getAgentId
in interface DeploymentInProgress
@NotNull public TriggerReason getTriggerReason()
getTriggerReason
in interface DeploymentInProgress
@Nullable public Date getExecutedDate()
getExecutedDate
in interface DeploymentInProgress
public boolean isBeingStopped()
isBeingStopped
in interface DeploymentInProgress
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.