public final class PluginKeyStack extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getFirstPluginKey()
The first pluginKey which was pushed to the stack
|
static Set<String> |
getPluginKeys()
A set of pluginKeys which represent the services which the current service has invoked
|
static String |
pop()
A service will remove a pluginKey from the stack at the point at which the method
invocation of another service is complete
|
static void |
push(String pluginKey)
A service will add a pluginKey to the stack at the point at which it invokes another service
|
public static void push(String pluginKey)
pluginKey - public static String pop()
public static Set<String> getPluginKeys()
public static String getFirstPluginKey()
Copyright © 2024 Atlassian. All rights reserved.