RegistryDockerTaskStep.UpdateStages.Push Interface

public static interface RegistryDockerTaskStep.UpdateStages.Push

The stage of the container registry DockerTaskStep update allowing to specify whether push is enabled or not.

Method Summary

Modifier and Type Method and Description
abstract Update withPushEnabled(boolean enabled)

The function that specifies push is enabled.

Method Details

withPushEnabled

public abstract RegistryDockerTaskStep.Update withPushEnabled(boolean enabled)

The function that specifies push is enabled.

Parameters:

enabled - whether push is enabled.

Returns:

the next stage of the container registry DockerTaskStep update.

Applies to