Uses of Class
com.atlassian.bamboo.agent.bootstrap.http.RemoteAgentHttpClientFactory
Package
Description
-
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.bootstrap
Modifier and TypeMethodDescriptionprotected void
RemoteAgentBootstrap.setHttpClientFactoryParamaters
(RemoteAgentHttpClientFactory remoteAgentHttpClientFactory) ModifierConstructorDescriptionAgentContext
(RemoteAgentHttpClientFactory httpClientFactory, @NotNull URL baseUrl, String fingerPrintRequestSuffix, AgentType agentBootstrapType, @Nullable String securityToken) AgentContext
(RemoteAgentHttpClientFactory httpClientFactory, @NotNull URL baseUrl, String fingerPrintRequestSuffix, AgentType agentBootstrapType, @Nullable String securityToken, @Nullable String forKey) -
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.bootstrap.http
Modifier and TypeMethodDescriptionRemoteAgentSchemeRegistryFactory.newSchemeRegistry
(RemoteAgentHttpClientFactory httpClientFactory) SchemeRegistryFactory.newSchemeRegistry
(RemoteAgentHttpClientFactory httpClientFactory) -
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.elastic.bootstrap.http
Modifier and TypeMethodDescriptionElasticAgentSchemeRegistryFactory.newSchemeRegistry
(RemoteAgentHttpClientFactory httpClientFactory) -
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.elastic.client
Modifier and TypeMethodDescriptionprotected void
ElasticAgentBootstrap.setHttpClientFactoryParamaters
(RemoteAgentHttpClientFactory remoteAgentHttpClientFactory)