com.atlassian.jira.plugin.license
Interface LicenseRoleModuleDescriptor

All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<LicenseRoleDefinition>, com.atlassian.plugin.Resourced
All Known Implementing Classes:
LicenseRoleModuleDescriptorImpl

public interface LicenseRoleModuleDescriptor
extends com.atlassian.plugin.ModuleDescriptor<LicenseRoleDefinition>

A module descriptor allowing plugins to declare license roles.


Method Summary
 LicenseRoleId getLicenseRoleId()
           
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Method Detail

getLicenseRoleId

@Nonnull
LicenseRoleId getLicenseRoleId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.