Interface MachineExtension.UpdateStages.WithPublisher

All Known Subinterfaces:
MachineExtension.Update
Enclosing interface:
MachineExtension.UpdateStages

public static interface MachineExtension.UpdateStages.WithPublisher
The stage of the MachineExtension update allowing to specify publisher.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPublisher(String publisher)
    Specifies the publisher property: The name of the extension handler publisher..
  • Method Details

    • withPublisher

      MachineExtension.Update withPublisher(String publisher)
      Specifies the publisher property: The name of the extension handler publisher..
      Parameters:
      publisher - The name of the extension handler publisher.
      Returns:
      the next definition stage.