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 SynchronyEnvSynchronyEnv. 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 StringSynchronyProcessManager. 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 StringDefaultSynchronyProcessManager. getSynchronyProperty(SynchronyEnv env)StringSynchronyEnvironmentBuilder.SynchronyEnvironment. getSynchronyProperty(SynchronyEnv env)
-