Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
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> |
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.
|
List<Argument> |
DockerTaskStep.arguments()
Get the collection of override arguments to be used when executing this build step.
|
Modifier and Type | Method and Description |
---|---|
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.
|
DockerTaskStep |
DockerTaskStep.withArguments(List<Argument> arguments)
Set the collection of override arguments to be used when executing this build step.
|
Copyright © 2019. All rights reserved.