Interface RegistryDockerTaskStep
- All Superinterfaces:
HasInnerModel<DockerTaskStep>,RegistryTaskStep
An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryDockerTaskStep.static interfaceGrouping of registry Docker task definition stages.static interfaceContainer interface for all the updates related to a RegistryDockerTaskStep.static interfaceGrouping of registry Docker task update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the arguments this Docker task step.Gets Docker file path for this Docker task step.Gets the image names of this Docker task step.booleanChecks whether push is enabled for this Docker task step.booleannoCache()Checks whether there is no cache for this Docker task step.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskStep
baseImageDependencies, contextPath
-
Method Details
-
imageNames
Gets the image names of this Docker task step.- Returns:
- the image names of this Docker task step
-
isPushEnabled
boolean isPushEnabled()Checks whether push is enabled for this Docker task step.- Returns:
- whether push is enabled for this Docker task step
-
noCache
boolean noCache()Checks whether there is no cache for this Docker task step.- Returns:
- whether there is no cache for this Docker task step
-
dockerFilePath
String dockerFilePath()Gets Docker file path for this Docker task step.- Returns:
- Docker file path for this Docker task step
-
arguments
Gets the arguments this Docker task step.- Returns:
- the arguments this Docker task step
-