Interface DeploymentResult

All Superinterfaces:
BambooIdProvider, InternalDeploymentResult
All Known Implementing Classes:
DeploymentResultImpl, RestDeploymentResult, RestDeploymentResultWithLogs

public interface DeploymentResult extends InternalDeploymentResult
  • Method Details

    • getKey

      @NotNull @NotNull DeploymentResultKey getKey()
    • getDeploymentVersion

      @Nullable @Nullable DeploymentVersion getDeploymentVersion()
    • getEnvironment

      @NotNull @NotNull Environment getEnvironment()
    • getReasonSummary

      @NotNull @NotNull String getReasonSummary()
    • getCustomData

      @NotNull @NotNull com.google.common.collect.ImmutableMap<String,String> getCustomData()
    • getAgent

      @Nullable @Nullable BuildAgent getAgent()
    • getOperations

      Operations getOperations()
      Operations object describing detailed permissions for result
      Returns: