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
ConstructorDescriptionRssDeploymentProjectPermissionImpl
(@NotNull MutableDeploymentProject deploymentProject, @NotNull RepositoryDataEntity repository) -
Method Summary
Modifier and TypeMethodDescription@NotNull MutableDeploymentProject
@NotNull RepositoryDataEntity
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 Details
-
RssDeploymentProjectPermissionImpl
public RssDeploymentProjectPermissionImpl() -
RssDeploymentProjectPermissionImpl
public RssDeploymentProjectPermissionImpl(@NotNull @NotNull MutableDeploymentProject deploymentProject, @NotNull @NotNull RepositoryDataEntity repository)
-
-
Method Details
-
getDeploymentProject
- Specified by:
getDeploymentProject
in interfaceRssDeploymentProjectPermission
-
getRepository
- Specified by:
getRepository
in interfaceRssDeploymentProjectPermission
-
setDeploymentProject
-
setRepository
-