public class RestDeploymentResult extends Object implements DeploymentResult
| Modifier | Constructor and Description |
|---|---|
protected |
RestDeploymentResult() |
|
RestDeploymentResult(@NotNull DeploymentResult deploymentResult,
@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder) |
| Modifier and Type | Method and Description |
|---|---|
BuildAgent |
getAgent() |
Long |
getAgentId() |
@NotNull com.google.common.collect.ImmutableMap<String,String> |
getCustomData() |
@NotNull BuildState |
getDeploymentState() |
@Nullable DeploymentVersion |
getDeploymentVersion() |
@NotNull String |
getDeploymentVersionName() |
@NotNull Environment |
getEnvironment() |
long |
getEnvironmentId() |
@Nullable Date |
getExecutedDate() |
@Nullable Date |
getFinishedDate() |
long |
getId() |
@NotNull DeploymentResultKey |
getKey() |
@NotNull LifeCycleState |
getLifeCycleState() |
RestOperations |
getOperations()
Operations object describing detailed permissions for result |
@Nullable Date |
getQueuedDate() |
@NotNull String |
getReasonSummary() |
@Nullable Date |
getStartedDate() |
@NotNull TriggerReason |
getTriggerReason() |
protected RestDeploymentResult()
public RestDeploymentResult(@NotNull
@NotNull DeploymentResult deploymentResult,
@NotNull
@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder)
@Nullable public @Nullable DeploymentVersion getDeploymentVersion()
getDeploymentVersion in interface DeploymentResult@NotNull public @NotNull String getDeploymentVersionName()
getDeploymentVersionName in interface InternalDeploymentResult@NotNull public @NotNull String getReasonSummary()
getReasonSummary in interface DeploymentResultpublic long getId()
getId in interface BambooIdProvidergetId in interface InternalDeploymentResult@NotNull public @NotNull BuildState getDeploymentState()
getDeploymentState in interface InternalDeploymentResult@NotNull public @NotNull LifeCycleState getLifeCycleState()
getLifeCycleState in interface InternalDeploymentResult@Nullable public @Nullable Date getStartedDate()
getStartedDate in interface InternalDeploymentResult@Nullable public @Nullable Date getQueuedDate()
getQueuedDate in interface InternalDeploymentResult@Nullable public @Nullable Date getExecutedDate()
getExecutedDate in interface InternalDeploymentResult@Nullable public @Nullable Date getFinishedDate()
getFinishedDate in interface InternalDeploymentResult@NotNull public @NotNull DeploymentResultKey getKey()
getKey in interface DeploymentResultpublic BuildAgent getAgent()
getAgent in interface DeploymentResultpublic Long getAgentId()
getAgentId in interface InternalDeploymentResult@NotNull public @NotNull TriggerReason getTriggerReason()
getTriggerReason in interface InternalDeploymentResult@NotNull public @NotNull Environment getEnvironment()
getEnvironment in interface DeploymentResultpublic long getEnvironmentId()
getEnvironmentId in interface InternalDeploymentResult@NotNull public @NotNull com.google.common.collect.ImmutableMap<String,String> getCustomData()
getCustomData in interface DeploymentResultpublic RestOperations getOperations()
DeploymentResultOperations object describing detailed permissions for resultgetOperations in interface DeploymentResultCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.