161 строка
14 KiB
YAML
161 строка
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters"
|
|
name: "DockerBuildStepUpdateParameters"
|
|
nameWithType: "DockerBuildStepUpdateParameters"
|
|
summary: "The properties for updating a docker build step."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters&text=TaskStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters.contextPath()?alt=com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters.contextPath&text=contextPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters.withContextPath(java.lang.String)?alt=com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters.withContextPath&text=withContextPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **DockerBuildStepUpdateParameters**</br> extends <xref href=\"com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters&text=TaskStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.DockerBuildStepUpdateParameters()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.DockerBuildStepUpdateParameters()"
|
|
name: "DockerBuildStepUpdateParameters()"
|
|
nameWithType: "DockerBuildStepUpdateParameters.DockerBuildStepUpdateParameters()"
|
|
syntax: "public DockerBuildStepUpdateParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.arguments()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.arguments()"
|
|
name: "arguments()"
|
|
nameWithType: "DockerBuildStepUpdateParameters.arguments()"
|
|
summary: "Get the collection of override arguments to be used when executing this build step."
|
|
syntax: "public List<Argument> arguments()"
|
|
desc: "Get the collection of override arguments to be used when executing this build step."
|
|
returns:
|
|
description: "the arguments value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.dockerFilePath()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.dockerFilePath()"
|
|
name: "dockerFilePath()"
|
|
nameWithType: "DockerBuildStepUpdateParameters.dockerFilePath()"
|
|
summary: "Get the Docker file path relative to the source context."
|
|
syntax: "public String dockerFilePath()"
|
|
desc: "Get the Docker file path relative to the source context."
|
|
returns:
|
|
description: "the dockerFilePath value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.imageNames()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.imageNames()"
|
|
name: "imageNames()"
|
|
nameWithType: "DockerBuildStepUpdateParameters.imageNames()"
|
|
summary: "Get the fully qualified image names including the repository and tag."
|
|
syntax: "public List<String> imageNames()"
|
|
desc: "Get the fully qualified image names including the repository and tag."
|
|
returns:
|
|
description: "the imageNames value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.isPushEnabled()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.isPushEnabled()"
|
|
name: "isPushEnabled()"
|
|
nameWithType: "DockerBuildStepUpdateParameters.isPushEnabled()"
|
|
summary: "Get the value of this property indicates whether the image built should be pushed to the registry or not."
|
|
syntax: "public Boolean isPushEnabled()"
|
|
desc: "Get the value of this property indicates whether the image built should be pushed to the registry or not."
|
|
returns:
|
|
description: "the isPushEnabled value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.noCache()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.noCache()"
|
|
name: "noCache()"
|
|
nameWithType: "DockerBuildStepUpdateParameters.noCache()"
|
|
summary: "Get the value of this property indicates whether the image cache is enabled or not."
|
|
syntax: "public Boolean noCache()"
|
|
desc: "Get the value of this property indicates whether the image cache is enabled or not."
|
|
returns:
|
|
description: "the noCache value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withArguments(java.util.List<com.microsoft.azure.management.containerregistry.Argument>)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withArguments(List<Argument> arguments)"
|
|
name: "withArguments(List<Argument> arguments)"
|
|
nameWithType: "DockerBuildStepUpdateParameters.withArguments(List<Argument> arguments)"
|
|
summary: "Set the collection of override arguments to be used when executing this build step."
|
|
parameters:
|
|
- description: "the arguments value to set"
|
|
name: "arguments"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DockerBuildStepUpdateParameters withArguments(List<Argument> arguments)"
|
|
desc: "Set the collection of override arguments to be used when executing this build step."
|
|
returns:
|
|
description: "the DockerBuildStepUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters&text=DockerBuildStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withDockerFilePath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withDockerFilePath(String dockerFilePath)"
|
|
name: "withDockerFilePath(String dockerFilePath)"
|
|
nameWithType: "DockerBuildStepUpdateParameters.withDockerFilePath(String dockerFilePath)"
|
|
summary: "Set the Docker file path relative to the source context."
|
|
parameters:
|
|
- description: "the dockerFilePath value to set"
|
|
name: "dockerFilePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DockerBuildStepUpdateParameters withDockerFilePath(String dockerFilePath)"
|
|
desc: "Set the Docker file path relative to the source context."
|
|
returns:
|
|
description: "the DockerBuildStepUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters&text=DockerBuildStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withImageNames(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withImageNames(List<String> imageNames)"
|
|
name: "withImageNames(List<String> imageNames)"
|
|
nameWithType: "DockerBuildStepUpdateParameters.withImageNames(List<String> imageNames)"
|
|
summary: "Set the fully qualified image names including the repository and tag."
|
|
parameters:
|
|
- description: "the imageNames value to set"
|
|
name: "imageNames"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DockerBuildStepUpdateParameters withImageNames(List<String> imageNames)"
|
|
desc: "Set the fully qualified image names including the repository and tag."
|
|
returns:
|
|
description: "the DockerBuildStepUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters&text=DockerBuildStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withIsPushEnabled(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withIsPushEnabled(Boolean isPushEnabled)"
|
|
name: "withIsPushEnabled(Boolean isPushEnabled)"
|
|
nameWithType: "DockerBuildStepUpdateParameters.withIsPushEnabled(Boolean isPushEnabled)"
|
|
summary: "Set the value of this property indicates whether the image built should be pushed to the registry or not."
|
|
parameters:
|
|
- description: "the isPushEnabled value to set"
|
|
name: "isPushEnabled"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DockerBuildStepUpdateParameters withIsPushEnabled(Boolean isPushEnabled)"
|
|
desc: "Set the value of this property indicates whether the image built should be pushed to the registry or not."
|
|
returns:
|
|
description: "the DockerBuildStepUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters&text=DockerBuildStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withNoCache(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters.withNoCache(Boolean noCache)"
|
|
name: "withNoCache(Boolean noCache)"
|
|
nameWithType: "DockerBuildStepUpdateParameters.withNoCache(Boolean noCache)"
|
|
summary: "Set the value of this property indicates whether the image cache is enabled or not."
|
|
parameters:
|
|
- description: "the noCache value to set"
|
|
name: "noCache"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DockerBuildStepUpdateParameters withNoCache(Boolean noCache)"
|
|
desc: "Set the value of this property indicates whether the image cache is enabled or not."
|
|
returns:
|
|
description: "the DockerBuildStepUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters?alt=com.microsoft.azure.management.containerregistry.DockerBuildStepUpdateParameters&text=DockerBuildStepUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties for updating a docker build step."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|