Interface ArtifactHandlerModuleDescriptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull String getConfigurationPrefix()  
      @NotNull ArtifactHandlerConfigurator getConfigurator()  
      @Nullable String getEditTemplate()  
      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, 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
    • Method Detail

      • getConfigurationPrefix

        @NotNull
        @NotNull String getConfigurationPrefix()
      • getEditTemplate

        @Nullable
        @Nullable String getEditTemplate()
      • supports

        boolean supports​(AgentType agentType)