Uses of Class
com.atlassian.confluence.plugins.synchrony.api.SynchronyEnv
-
Packages that use SynchronyEnv Package Description com.atlassian.confluence.plugins.synchrony.api com.atlassian.confluence.plugins.synchrony.bootstrap -
-
Uses of SynchronyEnv in com.atlassian.confluence.plugins.synchrony.api
Methods in com.atlassian.confluence.plugins.synchrony.api that return SynchronyEnv Modifier and Type Method Description static SynchronyEnv
SynchronyEnv. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynchronyEnv[]
SynchronyEnv. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.plugins.synchrony.api with parameters of type SynchronyEnv Modifier and Type Method Description String
SynchronyProcessManager. getSynchronyProperty(SynchronyEnv env)
Returns the configured environment value for the provided key. -
Uses of SynchronyEnv in com.atlassian.confluence.plugins.synchrony.bootstrap
Methods in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type SynchronyEnv Modifier and Type Method Description String
DefaultSynchronyProcessManager. getSynchronyProperty(SynchronyEnv env)
String
SynchronyEnvironmentBuilder.SynchronyEnvironment. getSynchronyProperty(SynchronyEnv env)
-