Uses of Class
com.atlassian.bamboo.pageobjects.components.permissions.AddPermissionPrincipalsComponent
-
Uses of AddPermissionPrincipalsComponent in com.atlassian.bamboo.pageobjects.components.permissions
Modifier and TypeMethodDescriptionAddPermissionPrincipalsComponent.add()
Finalize adding permissions to new principals.AddPermissionPrincipalsComponent.setPrincipal
(String principal) Add the given principal to the list of new principals to add.AddPermissionPrincipalsComponent.setSelectedRights
(String... selectedRights) Select rights to grant to the chosen principals.AddPermissionPrincipalsComponent.setSelectedRights
(List<String> selectedRights) Select rights to grant to the chosen principals.Modifier and TypeMethodDescriptionEditPermissionsComponent.withAddPrincipalsForm
(Consumer<AddPermissionPrincipalsComponent> consumer) Perform assertions or modifications on the form to add new principals.