Interface PermissionSchemes
- All Known Implementing Classes:
PermissionSchemesBackdoorImpl
,PermissionSchemesImpl
public interface PermissionSchemes
Deprecated.
Actions to be performed on the permission schemes in JIRA's administration.
- Since:
- v4.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.Represents a permission scheme that actions can be carried out onstatic class
Deprecated.UseProjectPermissions.CREATE_ISSUES
orProjectPermissions.EDIT_ISSUES
instead. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Navigates to the Default Permission Scheme.Deprecated.Navigates to the scheme with the specified name.
-
Method Details
-
defaultScheme
PermissionSchemes.PermissionScheme defaultScheme()Deprecated.Navigates to the Default Permission Scheme.- Returns:
- the Default Permission Scheme to operate on.
-
scheme
Deprecated.Navigates to the scheme with the specified name.- Parameters:
schemeName
- the permission scheme name.- Returns:
- the Permission Scheme with the given name.
-
Backdoor.permissionSchemes()