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() |
Set<String> |
getDynamic() |
Set<String> |
getMandatory() |
Set<String> |
getOptional() |
public com.google.common.collect.Multimap<String,PluginDependencies.Type> getByPluginKey()
public static PluginDependencies.Builder builder()
Copyright © 2019 Atlassian. All rights reserved.