Class ContainerRegistryEventConnectedRegistry


  • public final class ContainerRegistryEventConnectedRegistry
    extends Object
    The connected registry information if the event is generated by a connected registry.
    • Constructor Detail

      • ContainerRegistryEventConnectedRegistry

        public ContainerRegistryEventConnectedRegistry()
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the connected registry that generated this event.
        Returns:
        the name value.
      • setName

        public ContainerRegistryEventConnectedRegistry setName​(String name)
        Set the name property: The name of the connected registry that generated this event.
        Parameters:
        name - the name value to set.
        Returns:
        the ContainerRegistryEventConnectedRegistry object itself.