Interface RegistryTaskStep
-
- All Known Subinterfaces:
RegistryDockerTaskStep,RegistryEncodedTaskStep,RegistryFileTaskStep
public interface RegistryTaskStepAn immutable client-side representation of an Azure RegistryTaskStep registry task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BaseImageDependency>baseImageDependencies()StringcontextPath()
-
-
-
Method Detail
-
baseImageDependencies
List<BaseImageDependency> baseImageDependencies()
- Returns:
- the base image dependencies of this RegistryTaskStep
-
contextPath
String contextPath()
- Returns:
- the context path of this RegistryTaskStep
-
-