Uses of Class
org.azd.pipelines.types.Pipeline
Packages that use Pipeline
-
Uses of Pipeline in org.azd.interfaces
Methods in org.azd.interfaces that return PipelineModifier and TypeMethodDescriptionPipelinesDetails.createPipeline(String name, String folder, String pathOfYamlFile, String repositoryId, String repositoryName) PipelinesDetails.getPipeline(int pipelineId) PipelinesDetails.getPipeline(int pipelineId, String pipelineVersion) -
Uses of Pipeline in org.azd.pipelines
Methods in org.azd.pipelines that return PipelineModifier and TypeMethodDescriptionPipelinesApi.createPipeline(String name, String folder, String pathOfYamlFile, String repositoryId, String repositoryName) Create a pipeline.PipelinesApi.getPipeline(int pipelineId) Gets a pipeline, optionally at the specified versionPipelinesApi.getPipeline(int pipelineId, String pipelineVersion) Gets a pipeline, optionally at the specified version -
Uses of Pipeline in org.azd.pipelines.types
Methods in org.azd.pipelines.types that return types with arguments of type PipelineMethod parameters in org.azd.pipelines.types with type arguments of type Pipeline