Uses of Class
com.sumologic.jenkins.jenkinssumologicplugin.constants.ParallelNodeTypeEnum
-
Packages that use ParallelNodeTypeEnum Package Description com.sumologic.jenkins.jenkinssumologicplugin.constants -
-
Uses of ParallelNodeTypeEnum in com.sumologic.jenkins.jenkinssumologicplugin.constants
Methods in com.sumologic.jenkins.jenkinssumologicplugin.constants that return ParallelNodeTypeEnum Modifier and Type Method Description static ParallelNodeTypeEnumParallelNodeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ParallelNodeTypeEnum[]ParallelNodeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-