Class ProjectRoleActorModuleDescriptor

java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<RoleActorFactory>
com.atlassian.jira.plugin.roles.ProjectRoleActorModuleDescriptor
All Implemented Interfaces:
JiraResourcedModuleDescriptor<RoleActorFactory>, com.atlassian.plugin.ModuleDescriptor<RoleActorFactory>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware

public class ProjectRoleActorModuleDescriptor extends AbstractJiraModuleDescriptor<RoleActorFactory>
Descriptor that defines a ProjectRoleActorModuleDescriptor.

Note the the module class MUST be an implementation of RoleActorFactory

  • Field Details

  • Constructor Details

    • ProjectRoleActorModuleDescriptor

      public ProjectRoleActorModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
  • Method Details

    • init

      public void init(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.Element element) throws com.atlassian.plugin.PluginParseException
      Specified by:
      init in interface com.atlassian.plugin.ModuleDescriptor<RoleActorFactory>
      Overrides:
      init in class AbstractJiraModuleDescriptor<RoleActorFactory>
      Throws:
      com.atlassian.plugin.PluginParseException
    • enabled

      public void enabled()
      Specified by:
      enabled in interface com.atlassian.plugin.StateAware
      Overrides:
      enabled in class AbstractJiraModuleDescriptor<RoleActorFactory>
    • isRoleActorConfigurationTemplateExists

      public boolean isRoleActorConfigurationTemplateExists()
    • getType

      public String getType()
    • getConfigurationUrl

      public String getConfigurationUrl()
    • getPrettyName

      public String getPrettyName()