Interface RemoteAgentDefinition

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

public interface RemoteAgentDefinition extends PipelineDefinition, CapabilityProperties, DistributedProperties, Serializable
  • Method Details

    • getUuid

      @Nullable @Nullable UUID getUuid()
      UUID identifying the network agent connects from. Used by agent authentication feature.
    • setUuid

      void setUuid(@Nullable @Nullable UUID uuid)