Uses of Interface
com.atlassian.bamboo.buildqueue.ElasticTunnelDefinition
Packages that use ElasticTunnelDefinition
Package
Description
-
Uses of ElasticTunnelDefinition in com.atlassian.bamboo.agent.elastic.server
Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type ElasticTunnelDefinitionModifier and TypeMethodDescriptionElasticInstanceManager.restoreElasticAgent
(@NotNull ElasticAgentDefinition elasticAgentDefinition, @Nullable ElasticTunnelDefinition elasticTunnelDefinition, @NotNull com.amazonaws.services.ec2.model.Instance instance, @NotNull RemoteElasticInstanceListener listener, @NotNull com.atlassian.aws.AWSAccount awsAccount, @NotNull AgentManager agentManager, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder) After Bamboo server restart, reconnect to elastic agent.ElasticInstanceManagerImpl.restoreElasticAgent
(@NotNull ElasticAgentDefinition elasticAgentDefinition, @Nullable ElasticTunnelDefinition elasticTunnelDefinition, @NotNull com.amazonaws.services.ec2.model.Instance instance, @NotNull RemoteElasticInstanceListener listener, @NotNull com.atlassian.aws.AWSAccount awsAccount, @NotNull AgentManager agentManager, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder) -
Uses of ElasticTunnelDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return ElasticTunnelDefinitionModifier and TypeMethodDescription@Nullable ElasticTunnelDefinition
ElasticTunnelDefinitionDao.findByAgentId
(long agentId) @Nullable ElasticTunnelDefinition
ElasticTunnelDefinitionDaoImpl.findByAgentId
(long agentId) -
Uses of ElasticTunnelDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement ElasticTunnelDefinition