Uses of Interface
com.atlassian.bamboo.agent.bootstrap.http.SchemeRegistryFactory
-
-
Uses of SchemeRegistryFactory in com.atlassian.bamboo.agent.bootstrap
Methods in com.atlassian.bamboo.agent.bootstrap that return SchemeRegistryFactory Modifier and Type Method Description protected SchemeRegistryFactory
RemoteAgentBootstrap. getSchemeRegistryDataFactory(SchemeRegistryFactory remoteAgentSchemeRegistryFactory)
Methods in com.atlassian.bamboo.agent.bootstrap with parameters of type SchemeRegistryFactory Modifier and Type Method Description protected SchemeRegistryFactory
RemoteAgentBootstrap. getSchemeRegistryDataFactory(SchemeRegistryFactory remoteAgentSchemeRegistryFactory)
-
Uses of SchemeRegistryFactory in com.atlassian.bamboo.agent.bootstrap.http
Classes in com.atlassian.bamboo.agent.bootstrap.http that implement SchemeRegistryFactory Modifier and Type Class Description class
RemoteAgentSchemeRegistryFactory
Methods in com.atlassian.bamboo.agent.bootstrap.http with parameters of type SchemeRegistryFactory Modifier and Type Method Description void
RemoteAgentHttpClientFactory. setSchemeRegistryDataFactory(SchemeRegistryFactory schemeRegistryData)
-
Uses of SchemeRegistryFactory in com.atlassian.bamboo.agent.elastic.bootstrap.http
Classes in com.atlassian.bamboo.agent.elastic.bootstrap.http that implement SchemeRegistryFactory Modifier and Type Class Description class
ElasticAgentSchemeRegistryFactory
Constructors in com.atlassian.bamboo.agent.elastic.bootstrap.http with parameters of type SchemeRegistryFactory Constructor Description ElasticAgentSchemeRegistryFactory(SchemeRegistryFactory remoteAgentSchemeRegistryFactory, boolean shouldStartHttpTunnel, boolean isHttpsBaseURL, boolean ignoreCertificateChecks, String virtualHost)
-
Uses of SchemeRegistryFactory in com.atlassian.bamboo.agent.elastic.client
Methods in com.atlassian.bamboo.agent.elastic.client that return SchemeRegistryFactory Modifier and Type Method Description protected SchemeRegistryFactory
ElasticAgentBootstrap. getSchemeRegistryDataFactory(SchemeRegistryFactory remoteAgentSchemeRegistryFactory)
Methods in com.atlassian.bamboo.agent.elastic.client with parameters of type SchemeRegistryFactory Modifier and Type Method Description protected SchemeRegistryFactory
ElasticAgentBootstrap. getSchemeRegistryDataFactory(SchemeRegistryFactory remoteAgentSchemeRegistryFactory)
-