Class EphemeralAgentLaunchRequestImpl
- java.lang.Object
-
- com.atlassian.bamboo.event.ephemeral.EphemeralAgentLaunchRequestImpl
-
- All Implemented Interfaces:
EphemeralAgentLaunchRequest
@AsynchronousPreferred public class EphemeralAgentLaunchRequestImpl extends Object implements EphemeralAgentLaunchRequest
-
-
Constructor Summary
Constructors Constructor Description EphemeralAgentLaunchRequestImpl(EphemeralAgentTemplate ephemeralAgentTemplate, CommonContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull CommonContext
getContext()
@NotNull EphemeralAgentTemplate
getEphemeralAgentTemplate()
String
toString()
-
-
-
Constructor Detail
-
EphemeralAgentLaunchRequestImpl
public EphemeralAgentLaunchRequestImpl(EphemeralAgentTemplate ephemeralAgentTemplate, CommonContext context)
-
-
Method Detail
-
getEphemeralAgentTemplate
@NotNull public @NotNull EphemeralAgentTemplate getEphemeralAgentTemplate()
- Specified by:
getEphemeralAgentTemplate
in interfaceEphemeralAgentLaunchRequest
-
getContext
@NotNull public @NotNull CommonContext getContext()
- Specified by:
getContext
in interfaceEphemeralAgentLaunchRequest
-
-