Uses of Enum Class
org.gcube.vremanagement.executor.plugin.PluginState
Packages that use PluginState
-
Uses of PluginState in org.gcube.vremanagement.executor.plugin
Fields in org.gcube.vremanagement.executor.plugin declared as PluginStateModifier and TypeFieldDescriptionprotected PluginStatePluginStateEvolution.pluginStateCurrent plugin stateMethods in org.gcube.vremanagement.executor.plugin that return PluginStateModifier and TypeMethodDescriptionPluginStateEvolution.getPluginState()static PluginStateReturns the enum constant of this class with the specified name.static PluginState[]PluginState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gcube.vremanagement.executor.plugin with parameters of type PluginStateModifierConstructorDescriptionPluginStateEvolution(UUID uuid, int iteration, long timestamp, PluginDefinition pluginDefinition, PluginState pluginState, Integer percentage)