public class OrkaClientFactory extends Object
| Constructor and Description | 
|---|
OrkaClientFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
OrkaClient | 
getOrkaClient(String endpoint,
             String credentialsId,
             boolean useJenkinsProxySettings)  | 
OrkaClient | 
getOrkaClient(String endpoint,
             String credentialsId,
             boolean useJenkinsProxySettings,
             boolean ignoreSSLErrors)  | 
OrkaClient | 
getOrkaClient(String endpoint,
             String credentialsId,
             int httpClientTimeout,
             boolean useJenkinsProxySettings,
             boolean ignoreSSLErrors)  | 
public OrkaClient getOrkaClient(String endpoint, String credentialsId, boolean useJenkinsProxySettings) throws IOException
IOExceptionpublic OrkaClient getOrkaClient(String endpoint, String credentialsId, boolean useJenkinsProxySettings, boolean ignoreSSLErrors) throws IOException
IOExceptionpublic OrkaClient getOrkaClient(String endpoint, String credentialsId, int httpClientTimeout, boolean useJenkinsProxySettings, boolean ignoreSSLErrors) throws IOException
IOExceptionCopyright © 2016–2025. All rights reserved.