Class MutableBambooArtifactDeploymentProjectItem
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
-
- com.atlassian.bamboo.deployments.projects.persistence.items.MutableBambooArtifactDeploymentProjectItem
-
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,InternalDeploymentProjectItem
,MutableDeploymentProjectItem
,NameProvider
,Cloneable
@Entity public class MutableBambooArtifactDeploymentProjectItem extends HibernateBambooEntityObject implements MutableDeploymentProjectItem
-
-
Constructor Summary
Constructors Constructor Description MutableBambooArtifactDeploymentProjectItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ArtifactDefinition
getArtifactDefinition()
MutableDeploymentProject
getDeploymentProject()
@NotNull DeploymentProjectItem
getImmutableProjectItem()
String
getName()
@NotNull ProjectItemType
getType()
void
setArtifactDefinition(ArtifactDefinition artifactDefinition)
void
setDeploymentProject(MutableDeploymentProject deploymentProject)
-
Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setId
-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.deployments.projects.InternalDeploymentProjectItem
getId
-
-
-
-
Method Detail
-
getImmutableProjectItem
@NotNull public @NotNull DeploymentProjectItem getImmutableProjectItem()
- Specified by:
getImmutableProjectItem
in interfaceMutableDeploymentProjectItem
- Returns:
- immutable version of MutableDeploymentProjectItem to be used outside services
-
getType
@NotNull public @NotNull ProjectItemType getType()
- Specified by:
getType
in interfaceInternalDeploymentProjectItem
- Returns:
- type of the DeploymentProjectItem
-
getArtifactDefinition
@NotNull public @NotNull ArtifactDefinition getArtifactDefinition()
- Returns:
- ArtifactDefinition that defines contents of this DeploymentProjectItem
-
setArtifactDefinition
public void setArtifactDefinition(ArtifactDefinition artifactDefinition)
-
getName
public String getName()
- Specified by:
getName
in interfaceInternalDeploymentProjectItem
- Specified by:
getName
in interfaceNameProvider
- Returns:
- name of the DeploymentProjectItem
-
getDeploymentProject
public MutableDeploymentProject getDeploymentProject()
-
setDeploymentProject
public void setDeploymentProject(MutableDeploymentProject deploymentProject)
-
-