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 TypeMethodDescriptionPrefixedOutputStream.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.fixtures
Methods in org.jvnet.hudson.test.fixtures with parameters of type PrefixedOutputStream.AnsiColorModifier and TypeMethodDescriptionInboundAgentFixture.Options.Builder.color(PrefixedOutputStream.AnsiColor color) Set a color for agent logs.RealJenkinsFixture.withColor(PrefixedOutputStream.AnsiColor color) Applies ANSI coloration to log lines produced by this instance, complementingRealJenkinsFixture.withName(java.lang.String). -
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 TypeMethodDescriptionRealJenkinsExtension.withColor(PrefixedOutputStream.AnsiColor color) Applies ANSI coloration to log lines produced by this instance, complementingRealJenkinsExtension.withName(java.lang.String).