public interface

LicenseRoleDefinition

com.atlassian.jira.license.LicenseRoleDefinition
Known Indirect Subclasses

Class Overview

Representation of a plugin defined license role.

Summary

Public Methods
@Nonnull LicenseRoleId getLicenseRoleId()
Retrieves the id for this definition.
@Nonnull String getName()
Retrieves the name of the role.

Public Methods

@Nonnull public LicenseRoleId getLicenseRoleId ()

Retrieves the id for this definition.

Returns
  • a license role id.

@Nonnull public String getName ()

Retrieves the name of the role.

Returns
  • the name of the role.