com.atlassian.bamboo.deployments.projects.persistence
Interface MutableDeploymentProject

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

public interface MutableDeploymentProject
extends BambooObject, InternalDeploymentProject

Represents the Deployment Project that will be stored in the database. Should not be exposed outside of the service.


Method Summary
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setPlanKey(PlanKey planKey)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.deployments.projects.InternalDeploymentProject
getDescription, getId, getKey, getName, getPlanKey
 

Method Detail

setName

void setName(java.lang.String name)

setDescription

void setDescription(java.lang.String description)

setPlanKey

void setPlanKey(PlanKey planKey)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.