Interface RegistryTaskStep
- All Known Subinterfaces:
RegistryDockerTaskStep,RegistryEncodedTaskStep,RegistryFileTaskStep
public interface RegistryTaskStep
An immutable client-side representation of an Azure RegistryTaskStep registry task.
-
Method Summary
Modifier and TypeMethodDescriptionGets the base image dependencies.Gets the context path.
-
Method Details
-
baseImageDependencies
List<BaseImageDependency> baseImageDependencies()Gets the base image dependencies.- Returns:
- the base image dependencies of this RegistryTaskStep
-
contextPath
String contextPath()Gets the context path.- Returns:
- the context path of this RegistryTaskStep
-