Class Colors
- java.lang.Object
-
- com.parasoft.findings.jenkins.html.Colors
-
public abstract class Colors extends Object
-
-
Constructor Summary
Constructors Constructor Description Colors()
-
-
-
Field Detail
-
BLUE
public static final String BLUE
- See Also:
- Constant Field Values
-
RED
public static final String RED
- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
- See Also:
- Constant Field Values
-
GRAY
public static final String GRAY
- See Also:
- Constant Field Values
-
BLACK
public static final String BLACK
- See Also:
- Constant Field Values
-
-