public interface InternalDeploymentResult extends BambooIdProvider
Modifier and Type | Method and Description |
---|---|
Long |
getAgentId() |
BuildState |
getDeploymentState() |
String |
getDeploymentVersionName() |
long |
getEnvironmentId() |
Date |
getExecutedDate() |
Date |
getFinishedDate() |
long |
getId() |
LifeCycleState |
getLifeCycleState() |
Date |
getQueuedDate() |
Date |
getStartedDate() |
TriggerReason |
getTriggerReason() |
long getId()
getId
in interface BambooIdProvider
@NotNull String getDeploymentVersionName()
@NotNull BuildState getDeploymentState()
@NotNull LifeCycleState getLifeCycleState()
@Nullable Date getStartedDate()
@Nullable Date getQueuedDate()
@Nullable Date getExecutedDate()
@Nullable Date getFinishedDate()
Long getAgentId()
long getEnvironmentId()
@NotNull TriggerReason getTriggerReason()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.