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 String
ARTIFACT_HANDLERS_CONFIG_PREFIX
-
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, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
-
-
-
Field Detail
-
ARTIFACT_HANDLERS_CONFIG_PREFIX
static final String ARTIFACT_HANDLERS_CONFIG_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigurator
@NotNull @NotNull ArtifactHandlerConfigurator getConfigurator()
-
getConfigurationPrefix
@NotNull @NotNull String getConfigurationPrefix()
-
getEditTemplate
@Nullable @Nullable String getEditTemplate()
-
supports
boolean supports(AgentType agentType)
-
-