| Package | Description |
|---|---|
| com.atlassian.gadgets.spec |
Contains classes related to Gadgets' Specification XML.
|
| Modifier and Type | Method and Description |
|---|---|
UserPrefSpec |
UserPrefSpec.Builder.build()
Returns the final constructed
UserPrefSpec |
| Modifier and Type | Method and Description |
|---|---|
Iterable<UserPrefSpec> |
GadgetSpec.getUserPrefs()
Get the user prefs in this spec
|
| Modifier and Type | Method and Description |
|---|---|
static UserPrefSpec.Builder |
UserPrefSpec.userPrefSpec(UserPrefSpec userPrefSpec)
Factory method which allows you to create a new
UserPrefSpec object based on an existing
UserPrefSpec. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2024 Atlassian. All rights reserved.