Class PodTemplateToolLocation

All Implemented Interfaces:
Serializable, Iterable<NodeProperty<?>>, Collection<NodeProperty<?>>, List<NodeProperty<?>>

public class PodTemplateToolLocation extends DescribableList<NodeProperty<?>,NodePropertyDescriptor> implements Serializable
Pod Template Tool Location This class extends Jenkins DescribableList as implemented in Slave Class. Also implements Serializable interface for PodTemplate Class. Using DescribableList is not possible directly in PodTemplate because DescribableList is not Serializable.
Author:
Aytunc BEKEN
See Also:
  • Constructor Details

    • PodTemplateToolLocation

      public PodTemplateToolLocation()
    • PodTemplateToolLocation

      public PodTemplateToolLocation(DescribableList.Owner owner)
    • PodTemplateToolLocation

      public PodTemplateToolLocation(Saveable owner)
    • PodTemplateToolLocation

      public PodTemplateToolLocation(Saveable owner, Collection<? extends NodeProperty<?>> initialList)