Uses of Interface
com.atlassian.bamboo.buildqueue.manager.AgentManager
-
-
Uses of AgentManager in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent with parameters of type AgentManager Modifier and Type Method Description void
AgentConsoleAction. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.agent.elastic.server
Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type AgentManager Modifier and Type Method Description RemoteElasticInstance
ElasticInstanceManager. newElasticAgent(RemoteElasticInstanceListener listener, com.atlassian.aws.AWSAccount awsAccount, AgentManager agentManager, ElasticImageConfiguration elasticImageConfiguration, com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder)
RemoteElasticInstance
ElasticInstanceManagerImpl. newElasticAgent(RemoteElasticInstanceListener listener, com.atlassian.aws.AWSAccount awsAccount, @NotNull AgentManager agentManager, @NotNull ElasticImageConfiguration elasticImageConfiguration, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder)
RemoteElasticInstance
ElasticInstanceManager. 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.RemoteElasticInstance
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)
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type AgentManager Constructor Description ElasticAccountManagementServiceImpl(AwsAccountBean awsAccountBean, AgentManager agentManager, ElasticInstanceManager elasticInstanceManager)
RemoteElasticInstanceImpl(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, ScheduledExecutorService executor, KeyStore keyStore, ElasticConfiguration elasticConfiguration, @NotNull AgentManager agentManager, @NotNull ElasticImageConfiguration elasticImageConfiguration, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder, @NotNull SpotInstanceConfig spotInstanceConfig, @NotNull ServerFingerprint fingerprint, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull SecretEncryptionService secretEncryptionService)
ShutdownOrderComparator(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.analytics.agent
Constructors in com.atlassian.bamboo.analytics.agent with parameters of type AgentManager Constructor Description RemoteAgentsAnalyticsServiceImpl(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type AgentManager Constructor Description InstanceSizeEventProducer(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentManager agentManager, CachedPlanManager cachedPlanManager, EphemeralAgentsAnalyticsService ephemeralAgentsAnalyticsService)
-
Uses of AgentManager in com.atlassian.bamboo.analytics.basedata.collector.service
Constructors in com.atlassian.bamboo.analytics.basedata.collector.service with parameters of type AgentManager Constructor Description EphemeralAgentsAnalyticsServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as AgentManager Modifier and Type Field Description protected AgentManager
PlanResultsAction. agentManager
Methods in com.atlassian.bamboo.build with parameters of type AgentManager Modifier and Type Method Description void
DefaultBuildExecutionManager. setAgentManager(AgentManager agentManager)
void
PlanResultsAction. setAgentManager(AgentManager agentManager)
void
ViewBuild. setAgentManager(AgentManager agentManager)
void
ViewBuildFiles. setAgentManager(AgentManager agentManager)
Constructors in com.atlassian.bamboo.build with parameters of type AgentManager Constructor Description CurrentlyBuildingContainer(AgentManager agentManager, com.atlassian.event.api.EventPublisher eventPublisher, XStreamFactory xStreamFactory)
-
Uses of AgentManager in com.atlassian.bamboo.buildqueue.manager
Subinterfaces of AgentManager in com.atlassian.bamboo.buildqueue.manager Modifier and Type Interface Description interface
LocalAgentManager
Deprecated.since 3.3 useAgentManager
insteadClasses in com.atlassian.bamboo.buildqueue.manager that implement AgentManager Modifier and Type Class Description class
AgentManagerImpl
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentManager Constructor Description AgentCapabilityServiceImpl(AgentManager agentManager, AuditLogService auditLogService, CapabilityManager capabilityManager, CapabilitySetManager capabilitySetManager, com.atlassian.event.api.EventPublisher eventPublisher)
RemoteAgentAuthenticationManagerImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, AgentManager agentManager, RemoteAgentAuthenticationDao agentAuthenticationDao, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, int agentHeartbeatIntervalSeconds)
-
Uses of AgentManager in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as AgentManager Modifier and Type Field Description protected AgentManager
ConfigureAgentCapability. agentManager
protected AgentManager
ConfigureCapabilityKey. agentManager
protected AgentManager
ViewAgent. agentManager
protected AgentManager
ViewAgentDetails. agentManager
protected AgentManager
ViewAgents. agentManager
Methods in com.atlassian.bamboo.configuration.agent with parameters of type AgentManager Modifier and Type Method Description void
ConfigureAgentAssignments. setAgentManager(AgentManager agentManager)
void
ConfigureCapability. setAgentManager(AgentManager agentManager)
void
ConfigureCapabilityKey. setAgentManager(AgentManager agentManager)
void
ControlRemoteAgentsAuthentication. setAgentManager(AgentManager agentManager)
void
ViewAgentPlanMatrix. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.health
Constructors in com.atlassian.bamboo.health with parameters of type AgentManager Constructor Description BambooHealthCheckServiceImpl(com.atlassian.config.db.HibernateConfig hibernateConfig, DbmsBean dbmsBean, AgentManager agentManager, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate)
-
Uses of AgentManager in com.atlassian.bamboo.logger
Methods in com.atlassian.bamboo.logger with parameters of type AgentManager Modifier and Type Method Description static com.google.common.base.Function<Long,DecoratedErrorDetailsImpl.AgentIdentifier>
DecoratedErrorDetailsImpl.AgentIdentifier. fromId(@NotNull AgentManager agentManager)
Constructors in com.atlassian.bamboo.logger with parameters of type AgentManager Constructor Description DecoratedErrorDetailsFactory(AgentManager agentManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
DecoratedErrorDetailsImpl(@NotNull ErrorDetails errorDetails, @NotNull AgentManager agentManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Uses of AgentManager in com.atlassian.bamboo.notification.buildhung
Methods in com.atlassian.bamboo.notification.buildhung with parameters of type AgentManager Modifier and Type Method Description void
BuildHungNotification. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.git
Constructors in com.atlassian.bamboo.plugins.git with parameters of type AgentManager Constructor Description GitCacheHandler(CachedPlanManager cachedPlanManager, BuildDirectoryManager buildDirectoryManager, GitCacheDirectoryUtils gitCacheDirectoryUtils, com.atlassian.sal.api.message.I18nResolver i18nResolver, AgentManager agentManager, AgentCommandSender agentCommandSender, CustomVariableContext customVariableContext)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.rest.admin.agent
Constructors in com.atlassian.bamboo.plugins.rest.admin.agent with parameters of type AgentManager Constructor Description RestAgentServiceImpl(AgentManager agentManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck, EphemeralAgentsService ephemeralAgentsService)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type AgentManager Constructor Description DeploymentEnvironmentResource(AgentAssignmentService agentAssignmentService, AgentManager agentManager, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentRequirementService environmentRequirementService, VariableDefinitionManager variableDefinitionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, VariableConfigurationService variableConfigurationService, AgentCapabilityService agentCapabilityService, LinkService linkService, EphemeralAgentsService ephemeralAgentsService)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment with parameters of type AgentManager Constructor Description JobAgentAssignmentResource(AgentAssignmentService agentAssignmentService, AgentManager agentManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, InputParser inputParser, CachedPlanManager planManager)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type AgentManager Constructor Description AgentAssignmentResource(AgentAssignmentService agentAssignmentService, AgentManager agentManager, DeploymentProjectService deploymentProjectService, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentService environmentService, EphemeralAgentsService ephemeralAgentsService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedPlanManager cachedPlanManager, PlanRestService planRestService, ProjectManager projectManager)
AgentResource(AgentCapabilityService agentCapabilityService, AgentExecutableService agentExecutableService, AgentManager agentManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestHelperWrapper restHelperWrapper)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type AgentManager Constructor Description AgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.testutils.rest.resource.events
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.events with parameters of type AgentManager Constructor Description EventResource(RecentEventsQueue recentEvents, AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.plugins.web.conditions
Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type AgentManager Modifier and Type Method Description void
ViewFilesCondition. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.reports.collector
Methods in com.atlassian.bamboo.reports.collector with parameters of type AgentManager Modifier and Type Method Description void
AgentUtilizationCollector. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type AgentManager Modifier and Type Field Description static Supplier<AgentManager>
ComponentAccessor. AGENT_MANAGER
Deprecated. -
Uses of AgentManager in com.atlassian.bamboo.v2.build.events
Constructors in com.atlassian.bamboo.v2.build.events with parameters of type AgentManager Constructor Description AgentOfflineEventListener(ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, AgentManager agentManager)
AgentOfflineEventListener(ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, AgentManager agentManager, boolean deleteRemoteAgentsOnGoingOffline)
-
Uses of AgentManager in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type AgentManager Constructor Description BuildQueueManagerImpl(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull BuildExecutionManager buildExecutionManager, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull CustomVariableContextRunner customVariableContextRunner, @NotNull ExecutionPhaseService executionPhaseService, @NotNull XStreamFactory xStreamFactory, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull LocalResultProcessor resultProcessor, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of AgentManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type AgentManager Modifier and Type Method Description void
StarterAction. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type AgentManager Modifier and Type Method Description void
ViewElasticAgentHistoryAction. setAgentManager(AgentManager agentManager)
void
ViewElasticInstanceAction. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.ww2.actions.admin.migration
Methods in com.atlassian.bamboo.ww2.actions.admin.migration with parameters of type AgentManager Modifier and Type Method Description void
Import. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.ww2.actions.agent
Methods in com.atlassian.bamboo.ww2.actions.agent with parameters of type AgentManager Modifier and Type Method Description void
AgentJsonProvider. setAgentManager(AgentManager agentManager)
void
ViewAgentDetailsAction. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in com.atlassian.bamboo.ww2.actions.build
Fields in com.atlassian.bamboo.ww2.actions.build declared as AgentManager Modifier and Type Field Description protected AgentManager
BuildJsonProviderAction. agentManager
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type AgentManager Modifier and Type Method Description void
BuildJsonProviderAction. setAgentManager(AgentManager agentManager)
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type AgentManager Constructor Description CurrentlyBuildingJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CurrentlyBuilding currentlyBuilding, @NotNull AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull TriggerManager triggerManager, @NotNull ImmutablePlan plan)
CurrentlyDeployingJsonDecorator(@NotNull DeploymentInProgress deploymentInProgress, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull AgentManager agentManager)
QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BuildQueueItemViewForJsonDecorator buildQueueItem, int index, AgentManager agentManager, @NotNull BuildExecutionManager buildExecutionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull DeploymentQueueItemViewForJsonDecorator deploymentQueueItem, int index, AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
-
Uses of AgentManager in com.atlassian.bamboo.ww2.actions.setup
Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type AgentManager Modifier and Type Method Description void
FinishSetupAction. setAgentManager(AgentManager agentManager)
-
Uses of AgentManager in it.com.atlassian.bamboo.agent
Constructors in it.com.atlassian.bamboo.agent with parameters of type AgentManager Constructor Description AgentAssignmentWiredTest(AgentManager agentManager, AgentAssignmentService agentAssignmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, EphemeralAgentsService ephemeralAgentsService)
-