| Modifier and Type | Method and 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 and Description |
|---|---|
List<Argument> |
RegistryDockerTaskStep.arguments() |
List<Argument> |
DockerTaskStep.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.
|
List<Argument> |
DockerBuildRequest.arguments()
Get the collection of override arguments to be used when executing the run.
|
| Modifier and Type | Method and Description |
|---|---|
DockerTaskStep |
DockerTaskStep.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.
|
DockerBuildRequest |
DockerBuildRequest.withArguments(List<Argument> arguments)
Set the collection of override arguments to be used when executing the run.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/