Uses of Class
com.atlassian.bamboo.agent.bootstrap.http.RemoteAgentHttpClientFactory
-
-
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.bootstrap
Methods in com.atlassian.bamboo.agent.bootstrap that return RemoteAgentHttpClientFactory Modifier and Type Method Description RemoteAgentHttpClientFactoryRemoteAgentBootstrap. newHttpClientFactory()Methods in com.atlassian.bamboo.agent.bootstrap with parameters of type RemoteAgentHttpClientFactory Modifier and Type Method Description protected voidRemoteAgentBootstrap. setHttpClientFactoryParamaters(RemoteAgentHttpClientFactory remoteAgentHttpClientFactory)Constructors in com.atlassian.bamboo.agent.bootstrap with parameters of type RemoteAgentHttpClientFactory Constructor Description AgentContext(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
Methods in com.atlassian.bamboo.agent.bootstrap.http with parameters of type RemoteAgentHttpClientFactory Modifier and Type Method Description Map<String,org.apache.http.conn.socket.ConnectionSocketFactory>RemoteAgentSchemeRegistryFactory. newSchemeRegistry(RemoteAgentHttpClientFactory httpClientFactory)Map<String,org.apache.http.conn.socket.ConnectionSocketFactory>SchemeRegistryFactory. newSchemeRegistry(RemoteAgentHttpClientFactory httpClientFactory) -
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.elastic.bootstrap.http
Methods in com.atlassian.bamboo.agent.elastic.bootstrap.http with parameters of type RemoteAgentHttpClientFactory Modifier and Type Method Description Map<String,org.apache.http.conn.socket.ConnectionSocketFactory>ElasticAgentSchemeRegistryFactory. newSchemeRegistry(RemoteAgentHttpClientFactory httpClientFactory) -
Uses of RemoteAgentHttpClientFactory in com.atlassian.bamboo.agent.elastic.client
Methods in com.atlassian.bamboo.agent.elastic.client with parameters of type RemoteAgentHttpClientFactory Modifier and Type Method Description protected voidElasticAgentBootstrap. setHttpClientFactoryParamaters(RemoteAgentHttpClientFactory remoteAgentHttpClientFactory)
-