Uses of Enum
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 type with the specified name.static PluginState[]PluginState.values()Returns an array containing the constants of this enum type, 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)