Class AgentEphemeralityContext
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.agent.AgentEphemeralityContext
-
public class AgentEphemeralityContext extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable ResultKey
getEphemeralAgentDedication()
static String
getEphemeralAgentPodName()
static @Nullable Long
getEphemeralAgentTemplateId()
static boolean
hasEphemeralAgentDedication()
static boolean
isEphemeral()
-
-
-
Method Detail
-
isEphemeral
public static boolean isEphemeral()
-
getEphemeralAgentDedication
@Nullable public static @Nullable ResultKey getEphemeralAgentDedication()
-
hasEphemeralAgentDedication
public static boolean hasEphemeralAgentDedication()
-
getEphemeralAgentTemplateId
@Nullable public static @Nullable Long getEphemeralAgentTemplateId()
-
getEphemeralAgentPodName
public static String getEphemeralAgentPodName()
-
-