com.atlassian.bamboo.plugin.descriptor
Class ArtifactHandlerModuleDescriptorImpl

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<ArtifactHandler>
          extended by com.atlassian.bamboo.plugin.descriptor.ArtifactHandlerModuleDescriptorImpl
All Implemented Interfaces:
ArtifactHandlerModuleDescriptor, com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class ArtifactHandlerModuleDescriptorImpl
extends AbstractBambooModuleDescriptor<ArtifactHandler>
implements ArtifactHandlerModuleDescriptor


Field Summary
static Map<Boolean,String> SHARED_NON_SHARED_ONOFF_OPTION_NAME
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Fields inherited from interface com.atlassian.bamboo.plugin.descriptor.ArtifactHandlerModuleDescriptor
ARTIFACT_HANDLERS_CONFIG_PREFIX
 
Constructor Summary
ArtifactHandlerModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 boolean availableInCloud()
           
 String getConfigurationPrefix()
           
 ArtifactHandlerConfigurator getConfigurator()
           
 String getEditTemplate()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 boolean supports(AgentType agentType)
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
disabled, getElementAsString, getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Field Detail

SHARED_NON_SHARED_ONOFF_OPTION_NAME

public static final Map<Boolean,String> SHARED_NON_SHARED_ONOFF_OPTION_NAME
Constructor Detail

ArtifactHandlerModuleDescriptorImpl

public ArtifactHandlerModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
Method Detail

init

public void init(@NotNull
                 com.atlassian.plugin.Plugin plugin,
                 @NotNull
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>
Overrides:
init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<ArtifactHandler>
Throws:
com.atlassian.plugin.PluginParseException

getConfigurator

@NotNull
public ArtifactHandlerConfigurator getConfigurator()
Specified by:
getConfigurator in interface ArtifactHandlerModuleDescriptor

getConfigurationPrefix

@NotNull
public String getConfigurationPrefix()
Specified by:
getConfigurationPrefix in interface ArtifactHandlerModuleDescriptor

getEditTemplate

@Nullable
public String getEditTemplate()
Specified by:
getEditTemplate in interface ArtifactHandlerModuleDescriptor

supports

public boolean supports(AgentType agentType)
Specified by:
supports in interface ArtifactHandlerModuleDescriptor

availableInCloud

public boolean availableInCloud()
Specified by:
availableInCloud in interface ArtifactHandlerModuleDescriptor


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.