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