Struct azure_devops_rust_api::pipelines::preview::Client
source · pub struct Client(_);Implementations§
source§impl Client
impl Client
sourcepub fn preview(
&self,
organization: impl Into<String>,
body: impl Into<RunPipelineParameters>,
project: impl Into<String>,
pipeline_id: i32
) -> RequestBuilder
pub fn preview( &self, organization: impl Into<String>, body: impl Into<RunPipelineParameters>, project: impl Into<String>, pipeline_id: i32 ) -> RequestBuilder
Queues a dry run of the pipeline and returns an object containing the final yaml.
Arguments:
organization: The name of the Azure DevOps organization.body: Optional additional parameters for this run.project: Project ID or project namepipeline_id: The pipeline ID.