Interface EphemeralAgentDefinition

All Superinterfaces:
BambooIdProvider, BambooObject, Cloneable, Comparable<PipelineDefinition>, CreationDateProvider, DistributedProperties, PipelineDefinition, Serializable
All Known Implementing Classes:
EphemeralAgentDefinitionImpl

public interface EphemeralAgentDefinition extends PipelineDefinition, DistributedProperties
  • Method Details

    • getEphemeralAgentTemplateId

      long getEphemeralAgentTemplateId()
      Returns:
      id of EphemeralAgentTemplate since 9.3
    • getEphemeralAgentTemplate

      EphemeralAgentTemplate getEphemeralAgentTemplate()
      Returns:
      EphemeralAgentTemplate object since 9.3
    • setEphemeralAgentTemplate

      void setEphemeralAgentTemplate(EphemeralAgentTemplate elasticImageConfiguration)
    • getEphemeralAgentPodName

      String getEphemeralAgentPodName()
      Returns:
      name of the ephemeral agent's pod since 9.3
    • setEphemeralAgentPodName

      void setEphemeralAgentPodName(String ephemeralAgentPodName)