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 Summary
Modifier and TypeMethodDescription@Nullable VcsBambooSpecsSource
void
setDescription
(String description) void
void
setPlanKey
(@Nullable PlanKey planKey) void
setVcsBambooSpecsSource
(VcsBambooSpecsSource vcsBambooSpecsSource) Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.core.EntityWithOid
setOid
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOid
Methods inherited from interface com.atlassian.bamboo.deployments.projects.InternalDeploymentProject
getDescription, getEntityType, getId, getKey, getName, getPlanKey
-
Method Details
-
setName
-
setDescription
-
setPlanKey
-
getVcsBambooSpecsSource
-
setVcsBambooSpecsSource
-