Uses of Interface
com.atlassian.bamboo.buildqueue.EphemeralAgentDefinition
-
-
Uses of EphemeralAgentDefinition in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue with parameters of type EphemeralAgentDefinition Modifier and Type Method Description void
BaseElasticPipelineDefinitionVisitor. visitEphemeral(EphemeralAgentDefinition pipelineDefinition)
void
PipelineDefinitionVisitor. visitEphemeral(EphemeralAgentDefinition pipelineDefinition)
-
Uses of EphemeralAgentDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type EphemeralAgentDefinition Modifier and Type Method Description List<EphemeralAgentDefinition>
AgentDao. findAllEphemeralAgents()
Retrieves all ephemeral agentsList<EphemeralAgentDefinition>
AgentHibernateDao. findAllEphemeralAgents()
-
Uses of EphemeralAgentDefinition in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type EphemeralAgentDefinition Modifier and Type Method Description void
AgentManager. saveEphemeralPipeline(@NotNull EphemeralAgentDefinition pipelineDefinition)
Stores the ephemeralPipelineDefinition
void
AgentManagerImpl. saveEphemeralPipeline(@NotNull EphemeralAgentDefinition pipelineDefinition)
-
Uses of EphemeralAgentDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement EphemeralAgentDefinition Modifier and Type Class Description class
EphemeralAgentDefinitionImpl
Defines an Ephemeral Agent -
Uses of EphemeralAgentDefinition in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Methods in com.atlassian.bamboo.ww2.actions.admin.ephemeral that return EphemeralAgentDefinition Modifier and Type Method Description EphemeralAgentDefinition
ViewEphemeralAgentPod. getAgentDefinition()
-