Package | Description |
---|---|
com.atlassian.jira.bc.license | |
com.atlassian.jira.license | |
com.atlassian.jira.rest.v2.admin.licenserole |
Modifier and Type | Class and Description |
---|---|
class |
MockLicenseRole |
Modifier and Type | Method and Description |
---|---|
LicenseRole |
MockLicenseRole.withGroups(Iterable<String> groups,
com.atlassian.fugue.Option<String> primaryGroup) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<LicenseRole> |
MockLicenseRoleService.getRole(LicenseRoleId licenseRoleId) |
ServiceOutcome<LicenseRole> |
DefaultLicenseRoleService.getRole(LicenseRoleId id) |
ServiceOutcome<LicenseRole> |
LicenseRoleAdminService.getRole(LicenseRoleId licenseRoleId)
Return the
LicenseRole identified by the passed
LicenseRoleId . |
ServiceOutcome<Set<LicenseRole>> |
MockLicenseRoleService.getRoles() |
ServiceOutcome<Set<LicenseRole>> |
DefaultLicenseRoleService.getRoles() |
ServiceOutcome<Set<LicenseRole>> |
LicenseRoleAdminService.getRoles()
Return the
Set of all the roles defined
in the system or an error. |
ServiceOutcome<LicenseRole> |
MockLicenseRoleService.setGroups(LicenseRoleId licenseRoleId,
Iterable<String> groups) |
ServiceOutcome<LicenseRole> |
DefaultLicenseRoleService.setGroups(LicenseRoleId licenseRoleId,
Iterable<String> groups) |
ServiceOutcome<LicenseRole> |
LicenseRoleAdminService.setGroups(LicenseRoleId licenseRoleId,
Iterable<String> groups)
Deprecated.
|
ServiceOutcome<LicenseRole> |
MockLicenseRoleService.setRole(LicenseRole role) |
ServiceOutcome<LicenseRole> |
DefaultLicenseRoleService.setRole(LicenseRole role) |
ServiceOutcome<LicenseRole> |
LicenseRoleAdminService.setRole(LicenseRole role)
Save the passed
LicenseRole information to the database. |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<LicenseRole> |
MockLicenseRoleService.setRole(LicenseRole role) |
ServiceOutcome<LicenseRole> |
DefaultLicenseRoleService.setRole(LicenseRole role) |
ServiceOutcome<LicenseRole> |
LicenseRoleAdminService.setRole(LicenseRole role)
Save the passed
LicenseRole information to the database. |
Constructor and Description |
---|
MockLicenseRole(LicenseRole copy) |
Modifier and Type | Method and Description |
---|---|
LicenseRole |
DefaultLicenseRoleManager.setLicenseRole(LicenseRole role) |
LicenseRole |
LicenseRoleManager.setLicenseRole(LicenseRole role)
Save the passed
LicenseRole information to the database. |
LicenseRole |
LicenseRole.withGroups(Iterable<String> groups,
com.atlassian.fugue.Option<String> primaryGroup)
Return a new LicenseRole with its groups and primaryGroup set to the passed arguments.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<LicenseRole> |
DefaultLicenseRoleManager.getLicenseRole(LicenseRoleId licenseRoleId) |
com.atlassian.fugue.Option<LicenseRole> |
LicenseRoleManager.getLicenseRole(LicenseRoleId licenseRoleId)
Return the installed
LicenseRole associated with the passed ID or
Option.none() if no such role exists. |
Set<LicenseRole> |
DefaultLicenseRoleManager.getLicenseRoles() |
Set<LicenseRole> |
LicenseRoleManager.getLicenseRoles()
Returns the
Set of all currently installed LicenseRole s. |
Modifier and Type | Method and Description |
---|---|
LicenseRoleDataMatcher |
LicenseRoleDataMatcher.merge(LicenseRole role) |
LicenseRole |
DefaultLicenseRoleManager.setLicenseRole(LicenseRole role) |
LicenseRole |
LicenseRoleManager.setLicenseRole(LicenseRole role)
Save the passed
LicenseRole information to the database. |
Constructor and Description |
---|
LicenseRoleBean(LicenseRole role) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.