Class EphemeralAgentsHelper
- java.lang.Object
-
- com.atlassian.bamboo.agent.ephemeral.EphemeralAgentsHelper
-
public class EphemeralAgentsHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
KUBECTL_CAPABILITIY_CODE
-
Constructor Summary
Constructors Constructor Description EphemeralAgentsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable String
getKubectlPathFromCapability(@NotNull CapabilitySetManager capabilitySetManager)
-
-
-
Field Detail
-
KUBECTL_CAPABILITIY_CODE
public static final String KUBECTL_CAPABILITIY_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKubectlPathFromCapability
@Nullable public static @Nullable String getKubectlPathFromCapability(@NotNull @NotNull CapabilitySetManager capabilitySetManager)
-
-