Interface InternalDeploymentProject

All Superinterfaces:
BambooIdProvider, DescriptionProvider, ImmutableEntityWithOid, NameProvider
All Known Subinterfaces:
DeploymentProject, MutableDeploymentProject
All Known Implementing Classes:
DeploymentProjectIdentifier, DeploymentProjectImpl, MutableDeploymentProjectImpl

@Internal public interface InternalDeploymentProject extends BambooIdProvider, NameProvider, DescriptionProvider, ImmutableEntityWithOid
Common interface between all types of Deployment Projects. Defines relationship between client side objects and db objects. Though probably not useful for anything else. Be wary when adding things to this interface - be sure it makes sense in all contexts.