RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable Interface
Implements
public static interface RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable
extends Attachable<SourceTriggerDefinition>
The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Docker |
withCacheEnabled(boolean enabled)
The function that specifies the use of a cache based on user input parameter. |
|
abstract
Docker |
withImageNames(List<String> imageNames)
The function that specifies the list of image names. |
|
abstract
Docker |
withOverridingArgument(String name, OverridingArgument overridingArgument)
The function that specifies the overriding argument and what it will override. |
|
abstract
Docker |
withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
The function that specifies the overriding arguments and what they will override. |
|
abstract
Docker |
withPushEnabled(boolean enabled)
The function that enables push depending on user input parameter. |
Method Details
withCacheEnabled
public abstract RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withCacheEnabled(boolean enabled)
The function that specifies the use of a cache based on user input parameter.
Parameters:
Returns:
withImageNames
public abstract RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withImageNames(List<String> imageNames)
The function that specifies the list of image names.
Parameters:
Returns:
withOverridingArgument
public abstract RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withOverridingArgument(String name, OverridingArgument overridingArgument)
The function that specifies the overriding argument and what it will override.
Parameters:
Returns:
withOverridingArguments
public abstract RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
The function that specifies the overriding arguments and what they will override.
Parameters:
Returns:
withPushEnabled
public abstract RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withPushEnabled(boolean enabled)
The function that enables push depending on user input parameter.
Parameters:
Returns: