| Modifier and Type | Method and Description |
|---|---|
void |
AgentConsoleAction.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Method and Description |
|---|---|
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.newElasticAgent(RemoteElasticInstanceListener listener,
com.atlassian.aws.AWSAccount awsAccount,
AgentManager agentManager,
ElasticImageConfiguration elasticImageConfiguration,
com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder) |
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) |
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.
|
| Constructor and 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) |
| Constructor and Description |
|---|
RemoteAgentsAnalyticsServiceImpl(AgentManager agentManager) |
| Constructor and Description |
|---|
InstanceSizeEventProducer(AdministrationConfigurationAccessor administrationConfigurationAccessor,
AgentManager agentManager,
CachedPlanManager cachedPlanManager) |
| Modifier and Type | Field and Description |
|---|---|
protected AgentManager |
PlanResultsAction.agentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewBuildFiles.setAgentManager(AgentManager agentManager) |
void |
ViewBuild.setAgentManager(AgentManager agentManager) |
void |
PlanResultsAction.setAgentManager(AgentManager agentManager) |
| Constructor and Description |
|---|
CurrentlyBuildingContainer(AgentManager agentManager,
com.atlassian.event.api.EventPublisher eventPublisher,
XStreamFactory xStreamFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalAgentManager
Deprecated.
since 3.3 use
AgentManager instead |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentManagerImpl |
| Constructor and 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,
int agentHeartbeatIntervalSeconds) |
| Modifier and Type | Field and Description |
|---|---|
protected AgentManager |
ViewAgentDetails.agentManager |
protected AgentManager |
ViewAgent.agentManager |
protected AgentManager |
ConfigureAgentCapability.agentManager |
protected AgentManager |
ConfigureCapabilityKey.agentManager |
protected AgentManager |
ViewAgents.agentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureAgentAssignments.setAgentManager(AgentManager agentManager) |
void |
ControlRemoteAgentsAuthentication.setAgentManager(AgentManager agentManager) |
void |
ViewAgentPlanMatrix.setAgentManager(AgentManager agentManager) |
void |
ConfigureCapability.setAgentManager(AgentManager agentManager) |
void |
ConfigureCapabilityKey.setAgentManager(AgentManager agentManager) |
void |
ViewRejectedRequirements.setAgentManager(AgentManager agentManager) |
void |
ViewAgents.setAgentManager(AgentManager agentManager) |
| Constructor and Description |
|---|
BambooHealthCheckServiceImpl(com.atlassian.config.db.HibernateConfig hibernateConfig,
DbmsBean dbmsBean,
AgentManager agentManager,
org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<Long,DecoratedErrorDetailsImpl.AgentIdentifier> |
DecoratedErrorDetailsImpl.AgentIdentifier.fromId(@NotNull AgentManager agentManager) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildHungNotification.setAgentManager(AgentManager agentManager) |
| Constructor and Description |
|---|
GitCacheHandler(CachedPlanManager cachedPlanManager,
BuildDirectoryManager buildDirectoryManager,
GitCacheDirectoryUtils gitCacheDirectoryUtils,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
AgentManager agentManager,
AgentCommandSender agentCommandSender,
CustomVariableContext customVariableContext) |
| Constructor and Description |
|---|
RestAgentServiceImpl(AgentManager agentManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
RestPermissionCheck restPermissionCheck) |
| Constructor and 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) |
| Constructor and Description |
|---|
AgentAssignmentResource(AgentAssignmentService agentAssignmentService,
AgentManager agentManager,
DeploymentProjectService deploymentProjectService,
ElasticImageConfigurationManager elasticImageConfigurationManager,
EnvironmentService environmentService,
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) |
| Constructor and Description |
|---|
AgentResource(AgentManager agentManager,
AgentAssignmentService agentAssignmentService,
RemoteAgentAuthenticationManager agentAuthenticationManager,
RemoteAgentManager remoteAgentManager) |
| Constructor and Description |
|---|
EventResource(RecentEventsQueue recentEvents,
AgentManager agentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewFilesCondition.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentUtilizationCollector.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Field and Description |
|---|---|
static Supplier<AgentManager> |
ComponentAccessor.AGENT_MANAGER
Deprecated.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
StarterAction.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewElasticInstanceAction.setAgentManager(AgentManager agentManager) |
void |
ViewElasticAgentHistoryAction.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
Import.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewAgentDetailsAction.setAgentManager(AgentManager agentManager) |
void |
AgentJsonProvider.setAgentManager(AgentManager agentManager) |
| Modifier and Type | Field and Description |
|---|---|
protected AgentManager |
BuildJsonProviderAction.agentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildJsonProviderAction.setAgentManager(AgentManager agentManager) |
| Constructor and 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 EnvironmentService environmentService,
TriggerManager triggerManager,
@NotNull AgentManager agentManager) |
QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider,
@NotNull BuildQueueItemViewForJsonDecorator buildQueueItem,
int index,
AgentManager agentManager,
@NotNull BuildExecutionManager buildExecutionManager,
@NotNull BambooPermissionManager bambooPermissionManager,
TriggerManager triggerManager,
Collection<ElasticImageConfiguration> imagesForExecutable,
Set<Long> agentsForExecutable) |
| Modifier and Type | Method and Description |
|---|---|
void |
FinishSetupAction.setAgentManager(AgentManager agentManager) |
| Constructor and Description |
|---|
AgentAssignmentWiredTest(AgentManager agentManager,
AgentAssignmentService agentAssignmentService,
ElasticImageConfigurationManager elasticImageConfigurationManager,
AdministrationConfigurationAccessor administrationConfigurationAccessor,
AdministrationConfigurationPersister administrationConfigurationPersister) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.