Uses of Class
jetbrains.buildServer.web.buildlog.AnsiColor
-
Packages that use AnsiColor Package Description jetbrains.buildServer.web.buildlog -
-
Uses of AnsiColor in jetbrains.buildServer.web.buildlog
Methods in jetbrains.buildServer.web.buildlog that return AnsiColor Modifier and Type Method Description static AnsiColor
AnsiColor. of(int number)
static AnsiColor
AnsiColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnsiColor[]
AnsiColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-