Class ConfigGadget

java.lang.Object
com.atlassian.jira.functest.config.dashboard.ConfigGadget

public class ConfigGadget extends Object
Represents a gadet or portal from a JIRA backup file.

Example:

     <PortletConfiguration id="10000" portalpage="10000" columnNumber="0" position="0" gadgetXml="rest/gadgets/1.0/g/com.atlassian.jira.gadgets:introduction-gadget/gadgets/introduction-gadget.xml"/>
 
Since:
v4.2
  • Constructor Details

    • ConfigGadget

      public ConfigGadget()
    • ConfigGadget

      public ConfigGadget(org.dom4j.Element element)
    • ConfigGadget

      public ConfigGadget(ConfigGadget gadget)
  • Method Details