public static interface BuildStep.BuildTaskBuildStepsDefinitionStages.WithBuildArgument
| Modifier and Type | Method and Description |
|---|---|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
buildArgument(String name,
String value,
boolean secrecy)
Specifies the build argument settings.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate buildArgument(String name, String value, boolean secrecy)
name - the name of the build argumentvalue - the value of the build argumentsecrecy - the secrecy of the build argument/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/