Uses of Class
hudson.cli.CLIConnectionFactory
Packages that use CLIConnectionFactory
-
Uses of CLIConnectionFactory in hudson.cli
Methods in hudson.cli that return CLIConnectionFactoryModifier and TypeMethodDescriptionCLIConnectionFactory.authorization(String value) For CLI connection that goes through HTTP, sometimes you need to pass in the custom authentication header (before Jenkins even get to authenticate the CLI channel.) This method lets you specify the value of this header.Convenience method to callauthorizationwith the HTTP basic authentication.Convenience method to callauthorizationwith the HTTP basic authentication.CLIConnectionFactory.bearerAuth(String bearerToken) Convenience method to callauthorizationwith the HTTP bearer authentication.CLIConnectionFactory.noCertificateCheck(boolean value) Skip TLS certificate and hostname verification checks.