Interface MutableDeploymentResult

All Superinterfaces:
BambooCustomDataAware, BambooIdProvider, BambooObject, InternalDeploymentResult
All Known Implementing Classes:
MutableDeploymentResultImpl

public interface MutableDeploymentResult extends BambooObject, InternalDeploymentResult, BambooCustomDataAware
  • Method Details

    • setDeploymentVersionName

      void setDeploymentVersionName(@NotNull @NotNull String deploymentVersionName)
    • setDeploymentState

      void setDeploymentState(@NotNull @NotNull BuildState deploymentState)
    • setLifeCycleState

      void setLifeCycleState(@NotNull @NotNull LifeCycleState lifeCycleState)
    • setStartedDate

      void setStartedDate(@Nullable @Nullable Date date)
    • setQueuedDate

      void setQueuedDate(@Nullable @Nullable Date date)
    • setExecutedDate

      void setExecutedDate(@Nullable @Nullable Date date)
    • setFinishedDate

      void setFinishedDate(@Nullable @Nullable Date date)
    • setAgentId

      void setAgentId(Long agentId)
    • setAgentType

      void setAgentType(@Nullable @Nullable AgentType agentType)
    • getVersionId

      long getVersionId()
    • getTriggerReasonKey

      String getTriggerReasonKey()
    • setTriggerReasonKey

      void setTriggerReasonKey(String triggerReasonKey)
    • getCustomData

      Map<String,String> getCustomData()