Class LaunchAgentPodResult
- java.lang.Object
-
- com.atlassian.bamboo.agent.ephemeral.result.CommonAgentMaintenanceResult
-
- com.atlassian.bamboo.agent.ephemeral.result.LaunchAgentPodResult
-
- All Implemented Interfaces:
AgentMaintenanceResult
public final class LaunchAgentPodResult extends CommonAgentMaintenanceResult
Result of launching ephemeral agent.- Since:
- 9.3
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.agent.ephemeral.result.CommonAgentMaintenanceResult
rawErrorOutput, rawOutput
-
-
Constructor Summary
Constructors Constructor Description LaunchAgentPodResult(String rawOutput, String rawErrorOutput)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LaunchAgentPodResult
failed(String rawErrorOutput)
static LaunchAgentPodResult
successful(String rawOutput)
-
Methods inherited from class com.atlassian.bamboo.agent.ephemeral.result.CommonAgentMaintenanceResult
getRawErrorOutput, getRawOutput, isSuccessful
-
-
-
-
Method Detail
-
successful
public static LaunchAgentPodResult successful(String rawOutput)
-
failed
public static LaunchAgentPodResult failed(String rawErrorOutput)
-
-