| Package | Description |
|---|---|
| com.atlassian.gadgets.spec |
Contains classes related to Gadgets' Specification XML.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetSpec.Builder |
GadgetSpec.Builder.author(String author)
Set the author of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.authorEmail(String authorEmail)
Set the author email of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.description(String description)
Set the description of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.directoryTitle(String directoryTitle)
Set the directory title of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.features(Map<String,Feature> features)
Set the
Map of Feature for the GadgetSpec under construction and return
this Builder to allow further construction to be done. |
static GadgetSpec.Builder |
GadgetSpec.gadgetSpec(GadgetSpec gadgetSpec)
Factory method which allows you to create a new
GadgetSpec object based on an existing
GadgetSpec. |
static GadgetSpec.Builder |
GadgetSpec.gadgetSpec(URI specUri)
Factory method to create a new builder which can be used to create
GadgetSpec objects. |
GadgetSpec.Builder |
GadgetSpec.Builder.height(int height)
Set the height of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.scrolling(boolean scrolling)
Set the scrolling setting of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.thumbnail(URI thumbnail)
Set the thumbnail
URI of the GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.title(String title)
Set the title of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.titleUrl(URI titleUrl)
Set the title
URI of the GadgetSpec under construction and return this Builder
to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.unsupportedFeatureNames(Iterable<String> unsupportedFeatureNames)
Set the list of unsupported features for the
GadgetSpec under construction and return
this Builder to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.userPrefs(Iterable<UserPrefSpec> userPrefs)
Set the list of
UserPrefSpec objects for the GadgetSpec under construction and return
this Builder to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.viewsNames(Set<String> viewsNames)
Set the list of view names for the
GadgetSpec under construction and return
this Builder to allow further construction to be done. |
GadgetSpec.Builder |
GadgetSpec.Builder.width(int width)
Set the width of the
GadgetSpec under construction and return this Builder
to allow further construction to be done. |
Copyright © 2024 Atlassian. All rights reserved.