com.atlassian.bamboo.plugin.descriptor
Class ResultSubMenuItemModuleDescriptor

java.lang.Object
  extended by AbstractModuleDescriptor
      extended by com.atlassian.bamboo.plugin.descriptor.ResultSubMenuItemModuleDescriptor

public class ResultSubMenuItemModuleDescriptor
extends AbstractModuleDescriptor


Field Summary
static String BUILDER_PLUGIN_KEY
           
 
Constructor Summary
ResultSubMenuItemModuleDescriptor()
           
 
Method Summary
 String getAction()
           
 String getId()
           
 String getLabel()
           
 Object getModule()
           
 String getNameSpace()
           
 void init(Plugin plugin, Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILDER_PLUGIN_KEY

public static final String BUILDER_PLUGIN_KEY
See Also:
Constant Field Values
Constructor Detail

ResultSubMenuItemModuleDescriptor

public ResultSubMenuItemModuleDescriptor()
Method Detail

init

public void init(Plugin plugin,
                 Element element)
          throws PluginParseException
Throws:
PluginParseException

getModule

public Object getModule()

getAction

public String getAction()

getNameSpace

public String getNameSpace()

getLabel

public String getLabel()

getId

public String getId()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.