Interface MutableDeploymentVersion

All Superinterfaces:
BambooIdProvider, BambooObject, CreationDateProvider, InternalDeploymentVersion, NameProvider
All Known Implementing Classes:
MutableDeploymentVersionImpl

public interface MutableDeploymentVersion extends BambooObject, InternalDeploymentVersion
  • Method Details

    • getDeploymentProject

      @Nullable @Nullable MutableDeploymentProject getDeploymentProject()
    • setName

      void setName(String name)
      Set name of MutableDeploymentVersion
    • getItems

      @NotNull @NotNull List<MutableDeploymentVersionItem> getItems()
      Returns:
      list of DeploymentVersionItem associated with DeploymentVersion
    • getVariableContextBaseline

      @Nullable @Nullable VariableContextBaseline getVariableContextBaseline()
    • setVariableContextBaseline

      void setVariableContextBaseline(@Nullable @Nullable VariableContextBaseline variableContextBaseline)
    • setPlanBranchName

      void setPlanBranchName(@NotNull @NotNull String planBranchName)
    • setAgeZeroPoint

      void setAgeZeroPoint(@NotNull @NotNull Date date)