| Package | Description |
|---|---|
| com.atlassian.plugin |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor |
Resources.getResourceDescriptor(String type,
String name) |
ResourceDescriptor |
DummyPlugin.getResourceDescriptor(String type,
String name) |
ResourceDescriptor |
Resourced.getResourceDescriptor(String type,
String name)
Get a
ResourceDescriptor of a particular type and name. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDescriptor> |
Resources.getResourceDescriptors() |
List<ResourceDescriptor> |
DummyPlugin.getResourceDescriptors() |
List<ResourceDescriptor> |
Resourced.getResourceDescriptors()
Get a
List of all the descriptors
. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Resources.TypeFilter.apply(ResourceDescriptor input) |
Copyright © 2020 Atlassian. All rights reserved.