Uses of Interface
com.atlassian.bamboo.agent.elastic.tunnel.ElasticAgentTunnelPorts
-
Packages that use ElasticAgentTunnelPorts Package Description com.atlassian.bamboo.agent.elastic.server com.atlassian.bamboo.agent.elastic.tunnel -
-
Uses of ElasticAgentTunnelPorts in com.atlassian.bamboo.agent.elastic.server
Subinterfaces of ElasticAgentTunnelPorts in com.atlassian.bamboo.agent.elastic.server Modifier and Type Interface Description interface
ElasticInstanceManager
Classes in com.atlassian.bamboo.agent.elastic.server that implement ElasticAgentTunnelPorts Modifier and Type Class Description class
ElasticInstanceManagerImpl
-
Uses of ElasticAgentTunnelPorts in com.atlassian.bamboo.agent.elastic.tunnel
Methods in com.atlassian.bamboo.agent.elastic.tunnel with parameters of type ElasticAgentTunnelPorts Modifier and Type Method Description ElasticAgentTunnelManager
DefaultElasticAgentTunnelManagerFactory. create(URL baseURL, SSLContext sslContext, BambooBrokerService brokerService, ElasticAgentTunnelPorts ports)
Constructors in com.atlassian.bamboo.agent.elastic.tunnel with parameters of type ElasticAgentTunnelPorts Constructor Description ElasticAgentTunnelManagerImpl(URL baseURL, Supplier<SocketFactory> socketFactory, BambooBrokerService brokerService, ElasticAgentTunnelPorts ports)
-