Interface IdentifiedCollection<T extends Identified>

Type Parameters:
T - actual type of object
All Known Subinterfaces:
BookmarkResolvers, Bookmarks, FunctionSet, PipelineOutputStores
All Known Implementing Classes:
ExtensionPoints, IdentifiedCollection.Base, PipelineSteps, SecretBuilders, Secrets, TypeRegistry, TypeSet

public interface IdentifiedCollection<T extends Identified>

A collection of Identified objects. Most implementations should use the IdentifiedCollection.Base class provided - the interface is here to avoid repetition of these core methods when building interfaces that provide access to Engine and Project objects.