Uses of Interface
com.atlassian.bamboo.agent.ephemeral.ImmutableEphemeralAgentTemplate
Package
Description
-
Uses of ImmutableEphemeralAgentTemplate in com.atlassian.bamboo.agent.ephemeral
Modifier and TypeInterfaceDescriptioninterface
Represents a template for ephemeral agents in Bamboo.Modifier and TypeClassDescriptionclass
final record
A Data Transfer Object (DTO) implementation of theImmutableEphemeralAgentTemplate
interface.Modifier and TypeFieldDescriptionEphemeralAgentPodLaunchingReScheduler.RetryItem.ephemeralAgentTemplate
Modifier and TypeMethodDescriptionImmutableEphemeralAgentTemplateDto.of
(ImmutableEphemeralAgentTemplate template) Modifier and TypeMethodDescriptionImmutableEphemeralAgentTemplateDto.of
(ImmutableEphemeralAgentTemplate template) Modifier and TypeMethodDescription@NotNull LaunchAgentPodResult
EphemeralAgentExecutionService.launch
(@NotNull List<ImmutableEphemeralAgentTemplate> ephemeralAgentTemplates, @NotNull CommonContext context) Launch ephemeral agent based on delivered templates and context.@NotNull LaunchAgentPodResult
EphemeralAgentKubernetesExecutionService.launch
(@NotNull List<ImmutableEphemeralAgentTemplate> ephemeralAgentTemplates, @NotNull CommonContext context) EphemeralAgentPodLaunchingReScheduler.RetryItem.of
(@NotNull List<ImmutableEphemeralAgentTemplate> ephemeralAgentTemplate, @NotNull CommonContext context, int retryCount, int maxRetries, @NotNull String lastTryPodName, @NotNull String ephemeralAgentIndividualToken) -
Uses of ImmutableEphemeralAgentTemplate in com.atlassian.bamboo.agent.ephemeral.event
Modifier and TypeMethodDescription@NotNull List<ImmutableEphemeralAgentTemplate>
EphemeralAgentLaunchRequest.getEphemeralAgentTemplates()
Gets the list of matching templates for the passed build context. -
Uses of ImmutableEphemeralAgentTemplate in com.atlassian.bamboo.event.ephemeral
Modifier and TypeMethodDescription@NotNull List<ImmutableEphemeralAgentTemplate>
EphemeralAgentLaunchRequestImpl.getEphemeralAgentTemplates()
ModifierConstructorDescriptionEphemeralAgentLaunchRequestImpl
(List<ImmutableEphemeralAgentTemplate> ephemeralAgentTemplates, CommonContext context)