Uses of Class
com.atlassian.bamboo.agent.ephemeral.result.LaunchAgentPodResult
-
Packages that use LaunchAgentPodResult Package Description com.atlassian.bamboo.agent.ephemeral com.atlassian.bamboo.agent.ephemeral.result -
-
Uses of LaunchAgentPodResult in com.atlassian.bamboo.agent.ephemeral
Methods in com.atlassian.bamboo.agent.ephemeral that return LaunchAgentPodResult Modifier and Type Method Description @NotNull LaunchAgentPodResult
EphemeralAgentExecutionService. launch(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate, @NotNull CommonContext context)
Launch ephemeral agent based on delivered template and cotext.@NotNull LaunchAgentPodResult
EphemeralAgentKubernetesExecutionService. launch(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate, @NotNull CommonContext context)
@NotNull LaunchAgentPodResult
KubernetesExecutor. launchAgentPod(@Nullable String pathToConfig, @NotNull File fileWithPodTemplate)
@NotNull LaunchAgentPodResult
KubernetesExecutor. launchAgentPod(@Nullable String pathToConfig, @NotNull File fileWithPodTemplate, @NotNull String podName, @NotNull String launchingPurposeKey, int retryCounter)
@NotNull LaunchAgentPodResult
LoggingKubernetesExecutor. launchAgentPod(@Nullable String pathToConfig, @NotNull File fileWithPodTemplate)
@NotNull LaunchAgentPodResult
LoggingKubernetesExecutor. launchAgentPod(@Nullable String pathToConfig, @NotNull File fileWithPodTemplate, @NotNull String podName, @NotNull String launchingPurposeKey, int retryCounter)
-
Uses of LaunchAgentPodResult in com.atlassian.bamboo.agent.ephemeral.result
Methods in com.atlassian.bamboo.agent.ephemeral.result that return LaunchAgentPodResult Modifier and Type Method Description static LaunchAgentPodResult
LaunchAgentPodResult. failed(String rawErrorOutput)
static LaunchAgentPodResult
LaunchAgentPodResult. successful(String rawOutput)
-