azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

162 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep"
name: "DockerTaskStep"
nameWithType: "DockerTaskStep"
summary: "The Docker build step."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties&text=TaskStepProperties\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties.baseImageDependencies()?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties.baseImageDependencies&text=baseImageDependencies\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties.contextPath()?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties.contextPath&text=contextPath\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties.withContextPath(java.lang.String)?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties.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 **DockerTaskStep**</br> extends <xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties&text=TaskStepProperties\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.DockerTaskStep()"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.DockerTaskStep()"
name: "DockerTaskStep()"
nameWithType: "DockerTaskStep.DockerTaskStep()"
syntax: "public DockerTaskStep()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.arguments()"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.arguments()"
name: "arguments()"
nameWithType: "DockerTaskStep.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\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.dockerFilePath()"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.dockerFilePath()"
name: "dockerFilePath()"
nameWithType: "DockerTaskStep.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.DockerTaskStep.imageNames()"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.imageNames()"
name: "imageNames()"
nameWithType: "DockerTaskStep.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\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.isPushEnabled()"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.isPushEnabled()"
name: "isPushEnabled()"
nameWithType: "DockerTaskStep.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.DockerTaskStep.noCache()"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.noCache()"
name: "noCache()"
nameWithType: "DockerTaskStep.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.DockerTaskStep.withArguments(java.util.List<com.microsoft.azure.management.containerregistry.Argument>)"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withArguments(List<Argument> arguments)"
name: "withArguments(List<Argument> arguments)"
nameWithType: "DockerTaskStep.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\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.Argument?alt=com.microsoft.azure.management.containerregistry.Argument&text=Argument\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DockerTaskStep withArguments(List<Argument> arguments)"
desc: "Set the collection of override arguments to be used when executing this build step."
returns:
description: "the DockerBuildStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerTaskStep?alt=com.microsoft.azure.management.containerregistry.DockerTaskStep&text=DockerTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withDockerFilePath(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withDockerFilePath(String dockerFilePath)"
name: "withDockerFilePath(String dockerFilePath)"
nameWithType: "DockerTaskStep.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 DockerTaskStep withDockerFilePath(String dockerFilePath)"
desc: "Set the Docker file path relative to the source context."
returns:
description: "the DockerBuildStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerTaskStep?alt=com.microsoft.azure.management.containerregistry.DockerTaskStep&text=DockerTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withImageNames(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withImageNames(List<String> imageNames)"
name: "withImageNames(List<String> imageNames)"
nameWithType: "DockerTaskStep.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\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DockerTaskStep withImageNames(List<String> imageNames)"
desc: "Set the fully qualified image names including the repository and tag."
returns:
description: "the DockerBuildStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerTaskStep?alt=com.microsoft.azure.management.containerregistry.DockerTaskStep&text=DockerTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withIsPushEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withIsPushEnabled(Boolean isPushEnabled)"
name: "withIsPushEnabled(Boolean isPushEnabled)"
nameWithType: "DockerTaskStep.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 DockerTaskStep 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 DockerBuildStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerTaskStep?alt=com.microsoft.azure.management.containerregistry.DockerTaskStep&text=DockerTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withNoCache(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerregistry.DockerTaskStep.withNoCache(Boolean noCache)"
name: "withNoCache(Boolean noCache)"
nameWithType: "DockerTaskStep.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 DockerTaskStep withNoCache(Boolean noCache)"
desc: "Set the value of this property indicates whether the image cache is enabled or not."
returns:
description: "the DockerBuildStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.DockerTaskStep?alt=com.microsoft.azure.management.containerregistry.DockerTaskStep&text=DockerTaskStep\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Docker build step."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4