Uses of Interface
org.jvnet.hudson.test.PrefixedOutputStream.AnsiColor
Packages that use PrefixedOutputStream.AnsiColor
Package
Description
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.AnsiColorMethods in org.jvnet.hudson.test that return PrefixedOutputStream.AnsiColorModifier and TypeMethodDescriptionPrefixedOutputStream.Color.bold()
PrefixedOutputStream.Builder.getColor()
Methods in org.jvnet.hudson.test with parameters of type PrefixedOutputStream.AnsiColorModifier and TypeMethodDescriptionInboundAgentRule.Options.Builder.color
(PrefixedOutputStream.AnsiColor color) Set a color for agent logs.PrefixedOutputStream.Builder.withColor
(PrefixedOutputStream.AnsiColor color) RealJenkinsRule.withColor
(PrefixedOutputStream.AnsiColor color) Applies ANSI coloration to log lines produced by this instance, complementingRealJenkinsRule.withName(java.lang.String)
.TailLog.withColor
(PrefixedOutputStream.AnsiColor color) Applies ANSI coloration to log lines produced by this instance. -
Uses of PrefixedOutputStream.AnsiColor in org.jvnet.hudson.test.junit.jupiter
Methods in org.jvnet.hudson.test.junit.jupiter with parameters of type PrefixedOutputStream.AnsiColorModifier and TypeMethodDescriptionInboundAgentExtension.Options.Builder.color
(PrefixedOutputStream.AnsiColor color) Set a color for agent logs.RealJenkinsExtension.withColor
(PrefixedOutputStream.AnsiColor color) Applies ANSI coloration to log lines produced by this instance, complementingRealJenkinsExtension.withName(java.lang.String)
.