Class RemotableEphemeralAgentDefinitionImpl
java.lang.Object
com.atlassian.bamboo.v2.build.agent.RemotableRemoteAgentDefinitionImpl
com.atlassian.bamboo.v2.build.agent.RemotableEphemeralAgentDefinitionImpl
- All Implemented Interfaces:
RemotableRemoteAgentDefinition
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.build.agent.RemotableRemoteAgentDefinitionImpl
capabilitySet
-
Constructor Summary
ConstructorDescriptionRemotableEphemeralAgentDefinitionImpl
(long id, String name, String description, @NotNull ResultKey ephemeralAgentDedication, long ephemeralAgentTemplateId, String ephemeralAgentPodName) -
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.agent.RemotableRemoteAgentDefinitionImpl
getDescription, getEphemeralAgentDedication, getId, getName, getUuid, setCapabilitySet, setPipelineProperties, toString
-
Constructor Details
-
RemotableEphemeralAgentDefinitionImpl
-
-
Method Details
-
getEphemeralAgentTemplateId
public long getEphemeralAgentTemplateId() -
createPipelineDefinition
- Specified by:
createPipelineDefinition
in interfaceRemotableRemoteAgentDefinition
- Overrides:
createPipelineDefinition
in classRemotableRemoteAgentDefinitionImpl
-