Class ElectricFlowClientFactory
java.lang.Object
org.jenkinsci.plugins.electricflow.factories.ElectricFlowClientFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ElectricFlowClient
getElectricFlowClient
(String url, com.cloudbees.plugins.credentials.common.StandardCredentials creds, String apiVersion, boolean ignoreSslConnectionErrors) static ElectricFlowClient
getElectricFlowClient
(String configurationName, Credential overrideCredential, Item item, EnvReplacer envReplacer) static ElectricFlowClient
getElectricFlowClient
(String configurationName, Credential overrideCredential, Run run, EnvReplacer envReplacer) static ElectricFlowClient
getElectricFlowClient
(String configurationName, Credential overrideCredential, CredentialHandler credentialHandler, EnvReplacer envReplacer)
-
Constructor Details
-
ElectricFlowClientFactory
public ElectricFlowClientFactory()
-
-
Method Details
-
getElectricFlowClient
public static ElectricFlowClient getElectricFlowClient(String configurationName, Credential overrideCredential, Run run, EnvReplacer envReplacer) -
getElectricFlowClient
public static ElectricFlowClient getElectricFlowClient(String configurationName, Credential overrideCredential, Item item, EnvReplacer envReplacer) -
getElectricFlowClient
public static ElectricFlowClient getElectricFlowClient(String configurationName, Credential overrideCredential, CredentialHandler credentialHandler, EnvReplacer envReplacer) -
getElectricFlowClient
public static ElectricFlowClient getElectricFlowClient(String url, com.cloudbees.plugins.credentials.common.StandardCredentials creds, String apiVersion, boolean ignoreSslConnectionErrors)
-