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
IOException
public OrkaClient getOrkaClient(String endpoint, String credentialsId, boolean useJenkinsProxySettings, boolean ignoreSSLErrors) throws IOException
IOException
public OrkaClient getOrkaClient(String endpoint, String credentialsId, int httpClientTimeout, boolean useJenkinsProxySettings, boolean ignoreSSLErrors) throws IOException
IOException
Copyright © 2016–2024. All rights reserved.