MachineExtension.UpdateStages.WithPublisher Interface

public static interface MachineExtension.UpdateStages.WithPublisher

The stage of the machineextension update allowing to specify Publisher.

Method Summary

Modifier and Type Method and Description
abstract Update withPublisher(String publisher)

Specifies publisher.

Method Details

withPublisher

public abstract MachineExtension.Update withPublisher(String publisher)

Specifies publisher.

Parameters:

publisher - The name of the extension handler publisher

Returns:

the next update stage

Applies to