public class PluginDependencies extends Object
Plugin.getDependencies()| Modifier and Type | Class and Description |
|---|---|
static class |
PluginDependencies.Builder |
static class |
PluginDependencies.Type |
| Constructor and Description |
|---|
PluginDependencies() |
PluginDependencies(Set<String> mandatory,
Set<String> optional,
Set<String> dynamic) |
| Modifier and Type | Method and Description |
|---|---|
static PluginDependencies.Builder |
builder() |
Set<String> |
getAll() |
com.google.common.collect.Multimap<String,PluginDependencies.Type> |
getByPluginKey()
Deprecated.
since 5.6.0, this will be removed in the next major version of Atlassian Plugins. See
getTypesByPluginKey() as an alternative to this. |
Set<String> |
getDynamic() |
Set<String> |
getMandatory() |
Set<String> |
getOptional() |
Map<String,SortedSet<PluginDependencies.Type>> |
getTypesByPluginKey() |
@Deprecated public com.google.common.collect.Multimap<String,PluginDependencies.Type> getByPluginKey()
getTypesByPluginKey() as an alternative to this.public Map<String,SortedSet<PluginDependencies.Type>> getTypesByPluginKey()
public static PluginDependencies.Builder builder()
Copyright © 2024 Atlassian. All rights reserved.