Uses of Interface
com.atlassian.bamboo.buildqueue.ElasticAgentDefinition
Packages that use ElasticAgentDefinition
Package
Description
-
Uses of ElasticAgentDefinition in com.atlassian.bamboo.agent.elastic.server
Methods in com.atlassian.bamboo.agent.elastic.server that return types with arguments of type ElasticAgentDefinitionModifier and TypeMethodDescriptionElasticImageConfigurationDao.getElasticAgentsForImageConfigurationId(long id) Retrieves a list of elastic agenst associated with the given elastic image configurationElasticImageConfigurationHibernateDao.getElasticAgentsForImageConfigurationId(long id) Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type ElasticAgentDefinitionModifier and TypeMethodDescriptionvoidElasticFunctionalityFacade.persistTunnelDataOfInstance(@NotNull ElasticAgentDefinition pipelineDefinition) Persist data related to tunnel configuration of an elastic instance.voidElasticFunctionalityFacadeImpl.persistTunnelDataOfInstance(@NotNull ElasticAgentDefinition pipelineDefinition) voidElasticFunctionalityFacade.restoreAgent(@NotNull ElasticAgentDefinition elasticAgentDefinition, @NotNull software.amazon.awssdk.services.ec2.model.Instance instance, @NotNull com.atlassian.aws.AWSAccount awsAccount) voidElasticFunctionalityFacadeImpl.restoreAgent(@NotNull ElasticAgentDefinition elasticAgentDefinition, @NotNull software.amazon.awssdk.services.ec2.model.Instance instance, @NotNull com.atlassian.aws.AWSAccount awsAccount) ElasticInstanceManager.restoreElasticAgent(@NotNull ElasticAgentDefinition elasticAgentDefinition, @Nullable ElasticTunnelDefinition elasticTunnelDefinition, @NotNull software.amazon.awssdk.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 software.amazon.awssdk.services.ec2.model.Instance instance, @NotNull RemoteElasticInstanceListener listener, @NotNull com.atlassian.aws.AWSAccount awsAccount, @NotNull AgentManager agentManager, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder) voidRemoteElasticInstance.restoreInstance(ElasticAgentDefinition elasticAgentDefinition, software.amazon.awssdk.services.ec2.model.Instance instance) Restore elastic agent's state after server restartvoidRemoteElasticInstanceImpl.restoreInstance(ElasticAgentDefinition elasticAgentDefinition, software.amazon.awssdk.services.ec2.model.Instance instance) -
Uses of ElasticAgentDefinition in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return ElasticAgentDefinitionModifier and TypeMethodDescription@NotNull ElasticAgentDefinitionElasticTunnelDefinition.getElasticAgentDefinition()Methods in com.atlassian.bamboo.buildqueue with parameters of type ElasticAgentDefinitionModifier and TypeMethodDescriptionvoidPipelineDefinitionVisitor.visitElastic(ElasticAgentDefinition pipelineDefinition) -
Uses of ElasticAgentDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type ElasticAgentDefinitionModifier and TypeMethodDescription@NotNull List<ElasticAgentDefinition> AgentDao.findAllElasticAgents(int firstResult, int maxResults) Retrieves n most recently terminated elastic agents, ordered by termination time, descending.@NotNull List<ElasticAgentDefinition> AgentDao.findAllElasticAgents(@NotNull Collection<String> instanceIds) Retrieves all elastic agents@NotNull List<ElasticAgentDefinition> AgentHibernateDao.findAllElasticAgents(int firstResult, int maxResults) @NotNull List<ElasticAgentDefinition> AgentHibernateDao.findAllElasticAgents(@NotNull Collection<String> instanceIds) AgentDao.findNotShutDownElasticAgents()Retrieves all agents without a shutdown time definedAgentHibernateDao.findNotShutDownElasticAgents()@NotNull List<ElasticAgentDefinition> AgentDao.findOfflineElasticAgents(int firstResult, int maxResults) Retrieves offline elastic agents.@NotNull List<ElasticAgentDefinition> AgentHibernateDao.findOfflineElasticAgents(int firstResult, int maxResults) -
Uses of ElasticAgentDefinition in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type ElasticAgentDefinitionModifier and TypeMethodDescription@NotNull List<ElasticAgentDefinition> AgentManager.getAllElasticAgentDefinitions(int firstResult, int maxResults) Retrieve most recently terminated elastic agent definitions from db, ordered by termination time, descending.@NotNull List<ElasticAgentDefinition> AgentManager.getAllElasticAgentDefinitions(@NotNull Collection<String> instanceIds) Retrieve elastic agent definitions from db.@NotNull List<ElasticAgentDefinition> AgentManagerImpl.getAllElasticAgentDefinitions(int firstResult, int maxResults) @NotNull List<ElasticAgentDefinition> AgentManagerImpl.getAllElasticAgentDefinitions(@NotNull Collection<String> instanceIds) @NotNull List<ElasticAgentDefinition> AgentManager.getOfflineElasticAgentDefinitions(int firstResult, int maxResults) Retrieve offline elastic agents.@NotNull List<ElasticAgentDefinition> AgentManagerImpl.getOfflineElasticAgentDefinitions(int firstResult, int maxResults) Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ElasticAgentDefinitionModifier and TypeMethodDescriptionvoidAgentManager.saveElasticPipeline(@NotNull ElasticAgentDefinition pipelineDefinition) Stores the elasticPipelineDefinitionvoidAgentManagerImpl.saveElasticPipeline(@NotNull ElasticAgentDefinition elasticDefinition) voidAgentManager.saveReturningElasticPipeline(@NotNull ElasticAgentDefinition elasticDefinition) Stores the elasticPipelineDefinitionof a returning elastic agent.voidAgentManagerImpl.saveReturningElasticPipeline(@NotNull ElasticAgentDefinition elasticDefinition) -
Uses of ElasticAgentDefinition in com.atlassian.bamboo.persistence
Methods in com.atlassian.bamboo.persistence with parameters of type ElasticAgentDefinitionModifier and TypeMethodDescriptionstatic voidHibernateLazyReferences.initialise(@Nullable ElasticAgentDefinition elasticAgentDefinition) Method parameters in com.atlassian.bamboo.persistence with type arguments of type ElasticAgentDefinitionModifier and TypeMethodDescriptionstatic voidHibernateLazyReferences.initialiseAgents(@NotNull Iterable<ElasticAgentDefinition> elasticAgents) -
Uses of ElasticAgentDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement ElasticAgentDefinitionMethods in com.atlassian.bamboo.v2.build.agent that return ElasticAgentDefinitionModifier and TypeMethodDescription@NotNull ElasticAgentDefinitionElasticTunnelDefinitionImpl.getElasticAgentDefinition()Methods in com.atlassian.bamboo.v2.build.agent with parameters of type ElasticAgentDefinitionModifier and TypeMethodDescriptionvoidElasticTunnelDefinitionImpl.setElasticAgentDefinition(@NotNull ElasticAgentDefinition elasticAgentDefinition) -
Uses of ElasticAgentDefinition in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return ElasticAgentDefinitionMethods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type ElasticAgentDefinitionModifier and TypeMethodDescription@NotNull List<ElasticAgentDefinition> ViewElasticAgentHistoryAction.getFilteredResultsList(int firstResult, int maxResults)