Uses of Class
hudson.cli.CLICommandInvoker.Matcher
-
Packages that use CLICommandInvoker.Matcher Package Description hudson.cli -
-
Uses of CLICommandInvoker.Matcher in hudson.cli
Methods in hudson.cli that return CLICommandInvoker.Matcher Modifier and Type Method Description static CLICommandInvoker.MatcherCLICommandInvoker.Matcher. failedWith(long expectedCode)static CLICommandInvoker.MatcherCLICommandInvoker.Matcher. hasNoErrorOutput()static CLICommandInvoker.MatcherCLICommandInvoker.Matcher. hasNoStandardOutput()static CLICommandInvoker.MatcherCLICommandInvoker.Matcher. succeeded()static CLICommandInvoker.MatcherCLICommandInvoker.Matcher. succeededSilently()
-