Uses of Class
org.jvnet.hudson.test.PrefixedOutputStream.Color
-
Packages that use PrefixedOutputStream.Color Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of PrefixedOutputStream.Color in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test that return PrefixedOutputStream.Color Modifier and Type Method Description static PrefixedOutputStream.ColorPrefixedOutputStream.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static PrefixedOutputStream.Color[]PrefixedOutputStream.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.
-