java.lang.Object | |
↳ | com.atlassian.jira.application.MockApplicationRole |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the default groups configured for the role.
| |||||||||||
Return the set of groups associated with the role including the default ones.
| |||||||||||
Returns the canonical ApplicationKey that uniquely identifies this
ApplicationRole . | |||||||||||
Return the name of the
ApplicationRole . | |||||||||||
Returns the total number of seats of this
ApplicationRole issued with the licence. | |||||||||||
Indicates if the Application/Product is defined.
| |||||||||||
Returns whether the role is part of the core platform.
| |||||||||||
Determines whether
ApplicationRole should be selected by default on user creation | |||||||||||
Return a new
ApplicationRole with its groups and default groups set to the passed
values. | |||||||||||
Returns a new
ApplicationRole with its selected by default settings set to passed value |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Return the default groups configured for the role.
Return the set of groups associated with the role including the default ones.
Returns the canonical ApplicationKey that uniquely identifies this ApplicationRole
.
ApplicationRole
.
Return the name of the ApplicationRole
. The name is i18ned for the calling user if possible.
ApplicationRole
role. The name is i18ned for the calling user if possible.
Returns the total number of seats of this ApplicationRole
issued with the licence.
ApplicationRole
issued with the licence.
Indicates if the Application/Product is defined. This is true when the ApplicationRoleDefinition
identified by the ApplicationKey is defined. An ApplicationRole
is defined when the JIRA plugin
that defines it is installed.
true
if the ApplicationRole
is defined
Returns whether the role is part of the core platform.
Determines whether ApplicationRole
should be selected by default on user creation
true
when ApplicationRole
should be selected by default on user creation
Return a new ApplicationRole
with its groups and default groups set to the passed
values.
groups | the groups associated with the role. |
---|---|
defaultGroups | default groups for the role. |
ApplicationRole
with its groups and default groups set to the passed arguments.Returns a new ApplicationRole
with its selected by default settings set to passed value
selectedByDefault | the new selected by default settings |
---|
ApplicationRole
with its selected by default settings set to passed value