Uses of Interface
com.atlassian.bamboo.agent.elastic.aws.AwsAccountBean
-
-
Uses of AwsAccountBean in com.atlassian.bamboo
Constructors in com.atlassian.bamboo with parameters of type AwsAccountBean Constructor Description ClusterAwareLifecycleManagerImpl(PlanExecutionLockService planExecutionLockService, BambooAuthenticationContext bambooAuthenticationContext, AuditLogService auditLogService, MessageListenerContainerController messageListenerContainerController, ChangeDetectionController changeDetectionController, IndexerManager indexerManager, org.quartz.Scheduler scheduler, ElasticInstanceManager elasticInstanceManager, AwsAccountBean awsAccountBean, BambooPluginManager bambooPluginManager, com.atlassian.plugin.metadata.PluginMetadataManager pluginMetadataManager, ElasticAccountBean elasticAccountBean, FlushableBuildLoggerManager buildLoggerManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ClusterInfoManager clusterInfoManager, PluginClusterAwareService pluginClusterAwareService)
-
Uses of AwsAccountBean in com.atlassian.bamboo.agent.elastic.aws
Classes in com.atlassian.bamboo.agent.elastic.aws that implement AwsAccountBean Modifier and Type Class Description class
AwsAccountBeanImpl
-
Uses of AwsAccountBean in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type AwsAccountBean Constructor Description Ec2PrivateKeyHandlerImpl(AwsAccountBean awsAccountBean)
ElasticAccountManagementServiceImpl(AwsAccountBean awsAccountBean, AgentManager agentManager, ElasticInstanceManager elasticInstanceManager)
ElasticImageConfigurationManagerImpl(ElasticImageConfigurationDao elasticImageConfigurationDao, ResourceResolver resourceResolver, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, ElasticInstanceScheduleManager elasticInstanceScheduleManager, AgentAssignmentService agentAssignmentService, com.atlassian.event.api.EventPublisher eventPublisher, AwsAccountBean awsAccountBean)
ElasticInstanceManagerImpl(AwsAccountBean awsAccountBean, AdministrationConfigurationAccessor administrationConfigurationAccessor, int startupTimeoutSeconds, ScheduledExecutorService executor, KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory, BootstrapManager bootstrapManager, ErrorHandler errorHandler, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, SecretEncryptionService secretEncryptionService)
-
Uses of AwsAccountBean in com.atlassian.bamboo.agent.managed.schedule
Constructors in com.atlassian.bamboo.agent.managed.schedule with parameters of type AwsAccountBean Constructor Description ManagedAgentContainersOptimizerImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentResultsSummaryManager agentResultsSummaryManager, AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, CachedPlanManager cachedPlanManager, DeploymentResultService deploymentResultService, ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, com.opensymphony.xwork2.TextProvider textProvider, EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of AwsAccountBean in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type AwsAccountBean Constructor Description ElasticConfigResource(ElasticImageConfigurationManager elasticImageConfigurationManager, ElasticAccountBean elasticAccountBean, AwsAccountBean awsAccountBean, RestHelperWrapper restHelperWrapper, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager)
-
Uses of AwsAccountBean in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type AwsAccountBean Modifier and Type Method Description void
AllElasticInstancesAction. setAwsAccountBean(AwsAccountBean awsAccountBean)
void
ViewElasticInstanceAction. setAwsAccountBean(AwsAccountBean awsAccountBean)
Constructors in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type AwsAccountBean Constructor Description ConfigureSpotInstancesAction(AwsAccountBean awsAccountBean, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor, SpotInstanceConfigurationManager spotInstanceConfigurationManager)
-