Uses of Class
com.atlassian.bamboo.specs.api.builders.permission.Permissions
Packages that use Permissions
Package
Description
Permissions like plan permissions, deployment permissions etc.
Immutable permissions like plan permissions properties, deployment permissions properties etc.
-
Uses of Permissions in com.atlassian.bamboo.specs.api.builders.permission
Methods in com.atlassian.bamboo.specs.api.builders.permission that return PermissionsModifier and TypeMethodDescriptionPermissions.anonymousUserPermissionView()PlanPermissions.getPermissions()ProjectPermissions.getProjectPermissions()ProjectPermissions.getProjectPlanPermissions()Permissions.groupPermissions(String group, PermissionType... permissionTypes) Permissions.loggedInUserPermissions(PermissionType... permissionTypes) Permissions.userPermissions(String user, PermissionType... permissionTypes) Methods in com.atlassian.bamboo.specs.api.builders.permission with parameters of type PermissionsModifier and TypeMethodDescriptionDeploymentPermissions.permissions(Permissions permissions) EnvironmentPermissions.permissions(Permissions permissions) PlanPermissions.permissions(@NotNull Permissions permissions) ProjectPermissions.projectPermissions(@NotNull Permissions projectPermissions) ProjectPermissions.projectPlanPermissions(@NotNull Permissions projectPlanPermissions) -
Uses of Permissions in com.atlassian.bamboo.specs.api.model.permission
Constructors in com.atlassian.bamboo.specs.api.model.permission with parameters of type PermissionsModifierConstructorDescriptionPlanPermissionsProperties(@NotNull PlanIdentifier planIdentifier, @NotNull Permissions permissions) ProjectPermissionsProperties(@NotNull BambooKey projectKey, @NotNull Permissions projectPermissions, @NotNull Permissions projectPlanPermissions, @NotNull List<VcsRepositoryIdentifierProperties> specsRepositories)