MachineExtension.UpdateStages.WithSettings Interface

public static interface MachineExtension.UpdateStages.WithSettings

The stage of the machineextension update allowing to specify Settings.

Method Summary

Modifier and Type Method and Description
abstract Update withSettings(Object settings)

Specifies settings.

Method Details

withSettings

public abstract MachineExtension.Update withSettings(Object settings)

Specifies settings.

Parameters:

settings - Json formatted public settings for the extension

Returns:

the next update stage

Applies to