com.atlassian.jira.license
Interface LicenseRole

All Known Implementing Classes:
ImmutableLicenseRole, MockLicenseRole

@ExperimentalApi
public interface LicenseRole

Represents a License Role in JIRA.

Since:
v6.3

Method Summary
 Set<String> getGroups()
          Return the set of Group Ids associated with the role.
 LicenseRoleId getId()
          Returns the canonical LicenseRoleId that uniquely identifies this LicenseRole.
 String getName()
          Return the name of the license role.
 

Method Detail

getId

@Nonnull
LicenseRoleId getId()
Returns the canonical LicenseRoleId that uniquely identifies this LicenseRole.

Returns:
the canonical LicenseRoleId that uniquely identifies this LicenseRole.

getName

@Nonnull
String getName()
Return the name of the license role. The name is i18ned for the calling user.

Returns:
the name of the license role. The name is i18ned for the calling user.

getGroups

@Nonnull
Set<String> getGroups()
Return the set of Group Ids associated with the role.

Returns:
the groups ids associated with the role.


Copyright © 2002-2014 Atlassian. All Rights Reserved.