| Modifier and Type | Method | Description |
|---|---|---|
Argument |
Argument.withIsSecret(Boolean isSecret) |
Set flag to indicate whether the argument represents a secret and want to be removed from build logs.
|
Argument |
Argument.withName(String name) |
Set the name of the argument.
|
Argument |
Argument.withValue(String value) |
Set the value of the argument.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<Argument> |
DockerBuildRequest.arguments() |
Get the collection of override arguments to be used when executing the run.
|
List<Argument> |
DockerBuildStep.arguments() |
Get the collection of override arguments to be used when executing this build step.
|
List<Argument> |
DockerBuildStepUpdateParameters.arguments() |
Get the collection of override arguments to be used when executing this build step.
|
| Modifier and Type | Method | Description |
|---|---|---|
DockerBuildRequest |
DockerBuildRequest.withArguments(List<Argument> arguments) |
Set the collection of override arguments to be used when executing the run.
|
DockerBuildStep |
DockerBuildStep.withArguments(List<Argument> arguments) |
Set the collection of override arguments to be used when executing this build step.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withArguments(List<Argument> arguments) |
Set the collection of override arguments to be used when executing this build step.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/