Package | Description |
---|---|
com.atlassian.jira.permission | |
com.atlassian.jira.permission.data |
Modifier and Type | Method and Description |
---|---|
PermissionHolder |
PermissionGrant.getHolder()
Returns an entity to which the permission is being granted.
|
PermissionHolder |
PermissionGrantInput.getHolder() |
static PermissionHolder |
PermissionHolder.holder(PermissionHolderType type) |
static PermissionHolder |
PermissionHolder.holder(PermissionHolderType type,
String parameter) |
Modifier and Type | Method and Description |
---|---|
static PermissionGrantInput |
PermissionGrantInput.newGrant(PermissionHolder holder,
ProjectPermissionKey permissionKey)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
PermissionHolder |
PermissionGrantImpl.getHolder() |
Constructor and Description |
---|
PermissionGrantImpl(Long id,
PermissionHolder holder,
ProjectPermissionKey permission) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.