Uses of Interface
org.jvnet.hudson.test.PrefixedOutputStream.AnsiColor
-
Packages that use PrefixedOutputStream.AnsiColor Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of PrefixedOutputStream.AnsiColor in org.jvnet.hudson.test
Classes in org.jvnet.hudson.test that implement PrefixedOutputStream.AnsiColor Modifier and Type Class Description static classPrefixedOutputStream.ColorMethods in org.jvnet.hudson.test that return PrefixedOutputStream.AnsiColor Modifier and Type Method Description PrefixedOutputStream.AnsiColorPrefixedOutputStream.Color. bold()PrefixedOutputStream.AnsiColorPrefixedOutputStream.Builder. getColor()Methods in org.jvnet.hudson.test with parameters of type PrefixedOutputStream.AnsiColor Modifier and Type Method Description InboundAgentRule.Options.BuilderInboundAgentRule.Options.Builder. color(PrefixedOutputStream.AnsiColor color)Set a color for agent logs.PrefixedOutputStream.BuilderPrefixedOutputStream.Builder. withColor(PrefixedOutputStream.AnsiColor color)RealJenkinsRuleRealJenkinsRule. withColor(PrefixedOutputStream.AnsiColor color)Applies ANSI coloration to log lines produced by this instance, complementingRealJenkinsRule.withName(java.lang.String).TailLogTailLog. withColor(PrefixedOutputStream.AnsiColor color)Applies ANSI coloration to log lines produced by this instance.
-