Uses of Class
hudson.cli.CLIConnectionFactory
-
Packages that use CLIConnectionFactory Package Description hudson.cli -
-
Uses of CLIConnectionFactory in hudson.cli
Methods in hudson.cli that return CLIConnectionFactory Modifier and Type Method Description CLIConnectionFactoryCLIConnectionFactory. 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.CLIConnectionFactoryCLIConnectionFactory. basicAuth(String userInfo)Convenience method to callauthorizationwith the HTTP basic authentication.CLIConnectionFactoryCLIConnectionFactory. basicAuth(String username, String password)Convenience method to callauthorizationwith the HTTP basic authentication.CLIConnectionFactoryCLIConnectionFactory. bearerAuth(String bearerToken)Convenience method to callauthorizationwith the HTTP bearer authentication.
-