| Package | Description |
|---|---|
| com.atlassian.gadgets.spec |
Contains classes related to Gadgets' Specification XML.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetSpec |
GadgetSpec.Builder.build()
Returns the final constructed
GadgetSpec |
GadgetSpec |
GadgetSpecFactory.getGadgetSpec(GadgetState gadgetState,
GadgetRequestContext gadgetRequestContext)
Create a
GadgetSpec from a GadgetState |
GadgetSpec |
GadgetSpecFactory.getGadgetSpec(URI uri,
GadgetRequestContext gadgetRequestContext)
Create a
GadgetSpec from a spec URI |
| Modifier and Type | Method and Description |
|---|---|
static GadgetSpec.Builder |
GadgetSpec.gadgetSpec(GadgetSpec gadgetSpec)
Factory method which allows you to create a new
GadgetSpec object based on an existing
GadgetSpec. |
Copyright © 2024 Atlassian. All rights reserved.