Uses of Interface
com.atlassian.bamboo.buildqueue.LocalAgentDefinition
-
-
Uses of LocalAgentDefinition in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue with parameters of type LocalAgentDefinition Modifier and Type Method Description voidBaseElasticPipelineDefinitionVisitor. visitLocal(LocalAgentDefinition pipelineDefinition)voidPipelineDefinitionVisitor. visitLocal(LocalAgentDefinition pipelineDefinition) -
Uses of LocalAgentDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return LocalAgentDefinition Modifier and Type Method Description LocalAgentDefinitionAgentHibernateDao. getLocalAgentById(long id)Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type LocalAgentDefinition Modifier and Type Method Description @NotNull List<LocalAgentDefinition>AgentDao. findAllLocalAgents()Retrieves all local agentsList<LocalAgentDefinition>AgentHibernateDao. findAllLocalAgents() -
Uses of LocalAgentDefinition in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type LocalAgentDefinition Modifier and Type Method Description voidAgentManager. createLocalAgent(LocalAgentDefinition pipelineDefinition)Create a new local agent.voidAgentManagerImpl. createLocalAgent(LocalAgentDefinition definition) -
Uses of LocalAgentDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement LocalAgentDefinition Modifier and Type Class Description classLocalAgentDefinitionImplMethods in com.atlassian.bamboo.v2.build.agent that return LocalAgentDefinition Modifier and Type Method Description LocalAgentDefinitionLocalAgentDefinitionImpl. clone()Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type LocalAgentDefinition Constructor Description BuildAgentImpl(LocalAgentDefinition definition)LocalBuildAgentImpl(@NotNull LocalAgentDefinition definition, @NotNull ExecutableBuildAgent executableBuildAgent) -
Uses of LocalAgentDefinition in com.atlassian.bamboo.v2.build.agent.capability
Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type LocalAgentDefinition Modifier and Type Method Description @NotNull CapabilitySetCapabilitySetManager. createAgentCapabilitySet(@NotNull LocalAgentDefinition pipelineDefinition)Create an agent scope capability set for local agents@NotNull CapabilitySetCapabilitySetManagerImpl. createAgentCapabilitySet(@NotNull LocalAgentDefinition pipelineDefinition)
-