Uses of Interface
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentsConfiguration
Package
Description
-
Uses of EphemeralAgentsConfiguration in com.atlassian.bamboo.agent.ephemeral
Modifier and TypeMethodDescription@NotNull EphemeralAgentsConfiguration
EphemeralAgentsService.getEphemeralAgentsBaseConfiguration()
@NotNull EphemeralAgentsConfiguration
EphemeralAgentsServiceImpl.getEphemeralAgentsBaseConfiguration()
Modifier and TypeMethodDescription@NotNull DeleteAgentPodsResult
KubernetesExecutor.deleteAgentPods
(@NotNull EphemeralAgentsConfiguration config) @NotNull DeleteAgentPodsResult
LoggingKubernetesExecutor.deleteAgentPods
(@NotNull EphemeralAgentsConfiguration config) @NotNull DeleteAgentPodsResult
KubernetesExecutor.deleteAgentPodsIfNotInPhase
(@NotNull EphemeralAgentsConfiguration config, @NotNull List<PodPhase> podPhasesToSkip) @NotNull DeleteAgentPodsResult
LoggingKubernetesExecutor.deleteAgentPodsIfNotInPhase
(@NotNull EphemeralAgentsConfiguration config, @NotNull List<PodPhase> podPhasesToSkip) @NotNull DeleteAgentPodsResult
KubernetesExecutor.deleteNonActiveAgentPods
(@NotNull EphemeralAgentsConfiguration config) @NotNull DeleteAgentPodsResult
LoggingKubernetesExecutor.deleteNonActiveAgentPods
(@NotNull EphemeralAgentsConfiguration config) Deletes non-active Ephemeral Agent pods based on the provided configuration.KubernetesExecutor.describePod
(@NotNull EphemeralAgentsConfiguration config, @NotNull String podName) KubernetesExecutor.getPod
(@NotNull EphemeralAgentsConfiguration config, @NotNull String podName) KubernetesExecutor.getPodJsonResults
(@NotNull EphemeralAgentsConfiguration config) KubernetesExecutor.getPods
(@NotNull EphemeralAgentsConfiguration config) LoggingKubernetesExecutor.getPods
(@NotNull EphemeralAgentsConfiguration config) void
EphemeralAgentsService.saveEphemeralAgentsBaseConfiguration
(@NotNull EphemeralAgentsConfiguration ephemeralAgentsConfiguration) Persist ephemeral agents configuration.void
EphemeralAgentsServiceImpl.saveEphemeralAgentsBaseConfiguration
(@NotNull EphemeralAgentsConfiguration ephemeralAgentsConfiguration) EphemeralAgentsService.testConnection
(EphemeralAgentsConfiguration configuration) Validate ephemeral agents configuration and perform attempt to connect provider with provided settings.EphemeralAgentsServiceImpl.testConnection
(EphemeralAgentsConfiguration configuration) -
Uses of EphemeralAgentsConfiguration in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescription@NotNull EphemeralAgentsConfiguration
AdministrationConfigurationImpl.getEphemeralAgentsConfiguration()
@NotNull EphemeralAgentsConfiguration
AdministrationConfigurationInterface.getEphemeralAgentsConfiguration()
Ephemeral agents global configuration.Modifier and TypeMethodDescriptionvoid
AdministrationConfigurationImpl.setEphemeralAgentsConfiguration
(EphemeralAgentsConfiguration ephemeralAgentsConfiguration) void
AdministrationConfigurationInterface.setEphemeralAgentsConfiguration
(EphemeralAgentsConfiguration ephemeralAgentsConfiguration) -
Uses of EphemeralAgentsConfiguration in com.atlassian.bamboo.rest.model.admin.ephemeral
ModifierConstructorDescriptionEphemeralAgentsConfigurationDTO
(@NotNull EphemeralAgentsConfiguration configuration)