Uses of Class
com.atlassian.gadgets.spec.GadgetSpec.Builder

Packages that use GadgetSpec.Builder
Package
Description
Contains classes related to Gadgets' Specification XML.
  • Uses of GadgetSpec.Builder in com.atlassian.gadgets.spec

    Modifier and Type
    Method
    Description
    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.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.description(String description)
    Set the description of the GadgetSpec under construction and return this Builder to allow further construction to be done.
    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.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.
    GadgetSpec.gadgetSpec(GadgetSpec gadgetSpec)
    Factory method which allows you to create a new GadgetSpec object based on an existing GadgetSpec.
    GadgetSpec.gadgetSpec(URI specUri)
    Factory method to create a new builder which can be used to create GadgetSpec objects.
    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.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.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.title(String title)
    Set the title of the GadgetSpec under construction and return this Builder to allow further construction to be done.
    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.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.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.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.width(int width)
    Set the width of the GadgetSpec under construction and return this Builder to allow further construction to be done.