Uses of Class
com.atlassian.confluence.plugins.synchrony.api.SynchronyProcessManager.ExternalProcessState
-
Packages that use SynchronyProcessManager.ExternalProcessState Package Description com.atlassian.confluence.plugins.synchrony.api -
-
Uses of SynchronyProcessManager.ExternalProcessState in com.atlassian.confluence.plugins.synchrony.api
Methods in com.atlassian.confluence.plugins.synchrony.api that return SynchronyProcessManager.ExternalProcessState Modifier and Type Method Description static SynchronyProcessManager.ExternalProcessState
SynchronyProcessManager.ExternalProcessState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynchronyProcessManager.ExternalProcessState[]
SynchronyProcessManager.ExternalProcessState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-