Interface RepositoryAdminSecurityAware
-
- All Superinterfaces:
DomainObjectSecurityAware
- All Known Implementing Classes:
DeleteLinkedRepository
,DeleteProjectRepository
,EditLinkedRepository
,EditProjectRepository
public interface RepositoryAdminSecurityAware extends DomainObjectSecurityAware
Marker interface for actions that requireBambooPermission.ADMINISTRATION
permission for a specific repository.DomainObjectSecurityAware.getSecuredDomainObject()
should return an instance ofRepositoryData
.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
getSecuredDomainObject
-
-