Class RssDeploymentProjectPermissionImpl
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.hibernate.HibernateEntityObject
-
- com.atlassian.bamboo.deployments.specs.RssDeploymentProjectPermissionImpl
-
- All Implemented Interfaces:
BambooIdProvider
,RssDeploymentProjectPermission
,Cloneable
@Entity public class RssDeploymentProjectPermissionImpl extends HibernateEntityObject implements RssDeploymentProjectPermission
-
-
Constructor Summary
Constructors Constructor Description RssDeploymentProjectPermissionImpl()
RssDeploymentProjectPermissionImpl(@NotNull MutableDeploymentProject deploymentProject, @NotNull RepositoryDataEntity repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull MutableDeploymentProject
getDeploymentProject()
@NotNull RepositoryDataEntity
getRepository()
void
setDeploymentProject(MutableDeploymentProject deploymentProject)
void
setRepository(RepositoryDataEntity repository)
-
Methods inherited from class com.atlassian.bamboo.hibernate.HibernateEntityObject
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.BambooIdProvider
getId
-
-
-
-
Constructor Detail
-
RssDeploymentProjectPermissionImpl
public RssDeploymentProjectPermissionImpl()
-
RssDeploymentProjectPermissionImpl
public RssDeploymentProjectPermissionImpl(@NotNull @NotNull MutableDeploymentProject deploymentProject, @NotNull @NotNull RepositoryDataEntity repository)
-
-
Method Detail
-
getDeploymentProject
@NotNull public @NotNull MutableDeploymentProject getDeploymentProject()
- Specified by:
getDeploymentProject
in interfaceRssDeploymentProjectPermission
-
getRepository
@NotNull public @NotNull RepositoryDataEntity getRepository()
- Specified by:
getRepository
in interfaceRssDeploymentProjectPermission
-
setDeploymentProject
public void setDeploymentProject(MutableDeploymentProject deploymentProject)
-
setRepository
public void setRepository(RepositoryDataEntity repository)
-
-