Interface MutableDeploymentProject

All Superinterfaces:
BambooIdProvider, BambooObject, DescriptionProvider, EntityWithOid, ImmutableEntityWithOid, InternalDeploymentProject, NameProvider
All Known Implementing Classes:
MutableDeploymentProjectImpl

@Internal public interface MutableDeploymentProject extends BambooObject, InternalDeploymentProject, EntityWithOid
Represents the Deployment Project that will be stored in the database. Should not be exposed outside of the service.
  • Method Details

    • setName

      void setName(String name)
    • setDescription

      void setDescription(String description)
    • setPlanKey

      void setPlanKey(@Nullable @Nullable PlanKey planKey)
    • getVcsBambooSpecsSource

      @Nullable @Nullable VcsBambooSpecsSource getVcsBambooSpecsSource()
    • setVcsBambooSpecsSource

      void setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource)