@CompileStatic class AnsiConsole extends Object implements Serializable
Type | Name and description |
---|---|
boolean |
plain |
Constructor and description |
---|
AnsiConsole
(Project project) |
AnsiConsole
(Gradle gradle) |
AnsiConsole
(Project project, String appName) |
AnsiConsole
(Gradle gradle, String appName) |
Type Params | Return Type | Name and description |
---|---|---|
|
String |
black(CharSequence s) |
|
String |
blue(CharSequence s) |
|
String |
cyan(CharSequence s) |
|
String |
erase(CharSequence s) |
|
String |
green(CharSequence s) |
|
String |
magenta(CharSequence s) |
|
String |
red(CharSequence s) |
|
String |
white(CharSequence s) |
|
String |
yellow(CharSequence s) |
Groovy Documentation