Uses of Class
com.atlassian.bamboo.specs.api.builders.permission.Permissions
-
Packages that use Permissions Package Description com.atlassian.bamboo.specs.api.builders.permission Permissions like plan permissions, deployment permissions etc.com.atlassian.bamboo.specs.api.model.permission 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 Permissions Modifier and Type Method Description PermissionsPermissions. anonymousUserPermissionView()PermissionsPlanPermissions. getPermissions()PermissionsProjectPermissions. getProjectPermissions()PermissionsProjectPermissions. getProjectPlanPermissions()PermissionsPermissions. groupPermissions(java.lang.String group, PermissionType... permissionTypes)PermissionsPermissions. loggedInUserPermissions(PermissionType... permissionTypes)PermissionsPermissions. userPermissions(java.lang.String user, PermissionType... permissionTypes)Methods in com.atlassian.bamboo.specs.api.builders.permission with parameters of type Permissions Modifier and Type Method Description DeploymentPermissionsDeploymentPermissions. permissions(Permissions permissions)EnvironmentPermissionsEnvironmentPermissions. permissions(Permissions permissions)PlanPermissionsPlanPermissions. permissions(@NotNull Permissions permissions)ProjectPermissionsProjectPermissions. projectPermissions(@NotNull Permissions projectPermissions)ProjectPermissionsProjectPermissions. 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 Permissions Constructor Description PlanPermissionsProperties(@NotNull PlanIdentifier planIdentifier, @NotNull Permissions permissions)ProjectPermissionsProperties(@NotNull BambooKey projectKey, @NotNull Permissions projectPermissions, @NotNull Permissions projectPlanPermissions, @NotNull java.util.List<VcsRepositoryIdentifierProperties> specsRepositories)
-