Interface RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate

    • Method Detail

      • withOverridingArguments

        RegistryDockerTaskStep.Update withOverridingArguments​(Map<String,​OverridingArgument> overridingArguments)
        The function that specifies the overriding arguments and what they will override.
        Parameters:
        overridingArguments - map with key of the name of the value to be overridden and value OverridingArgument specifying the content of the overriding argument.
        Returns:
        the next stage of the container Docker task step update.
      • withOverridingArgument

        RegistryDockerTaskStep.Update withOverridingArgument​(String name,
                                                             OverridingArgument overridingArgument)
        The function that specifies the overriding argument and what it will override.
        Parameters:
        name - the name of the value to be overridden.
        overridingArgument - the content of the overriding argument.
        Returns:
        the next stage of the container Docker task step update.