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
ConstructorsConstructorDescriptionRssDeploymentProjectPermissionImpl(@NotNull MutableDeploymentProject deploymentProject, @NotNull RepositoryDataEntity repository) -
Method Summary
Modifier and TypeMethodDescription@NotNull MutableDeploymentProject@NotNull RepositoryDataEntityvoidsetDeploymentProject(MutableDeploymentProject deploymentProject) voidsetRepository(RepositoryDataEntity repository) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateEntityObject
getId, setIdMethods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:
getDeploymentProjectin interfaceRssDeploymentProjectPermission
-
getRepository
- Specified by:
getRepositoryin interfaceRssDeploymentProjectPermission
-
setDeploymentProject
-
setRepository
-