com.atlassian.jira.license
Interface LicenseRoleDefinition

All Known Implementing Classes:
LicenseRoleDefinitionImpl, MockLicenseRoleDefinition

public interface LicenseRoleDefinition

Representation of a plugin defined license role.


Method Summary
 LicenseRoleId getLicenseRoleId()
          Retrieves the id for this definition.
 String getName()
          Retrieves the name of the role.
 

Method Detail

getLicenseRoleId

@Nonnull
LicenseRoleId getLicenseRoleId()
Retrieves the id for this definition.

Returns:
a license role id.

getName

@Nonnull
String getName()
Retrieves the name of the role.

Returns:
the name of the role.


Copyright © 2002-2014 Atlassian. All Rights Reserved.