Package com.atlassian.bamboo.specs
Interface RssProjectPermission
-
- All Superinterfaces:
BambooIdProvider
- All Known Implementing Classes:
RssProjectPermissionImpl
public interface RssProjectPermission extends BambooIdProvider
A permission for repository to modify configuration of a project (also to create and modify any build plans in it).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Project
getProject()
@NotNull RepositoryDataEntity
getRepository()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
-
-
-
Method Detail
-
getProject
@NotNull @NotNull Project getProject()
-
getRepository
@NotNull @NotNull RepositoryDataEntity getRepository()
-
-