Interface ArtifactHandlerModuleDescriptor

All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware
All Known Implementing Classes:
ArtifactHandlerModuleDescriptorImpl

public interface ArtifactHandlerModuleDescriptor extends com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
     
    @Nullable String
     
    boolean
    supports(AgentType agentType)
     

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken

    Methods inherited from interface com.atlassian.plugin.Resourced

    getResourceDescriptor, getResourceDescriptors, getResourceLocation

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Field Details

  • Method Details

    • getConfigurator

      @NotNull @NotNull ArtifactHandlerConfigurator getConfigurator()
    • getConfigurationPrefix

      @NotNull @NotNull String getConfigurationPrefix()
    • getEditTemplate

      @Nullable @Nullable String getEditTemplate()
    • supports

      boolean supports(AgentType agentType)