Package org.azd.pipelines.types
Class CreatePipelineParameters
java.lang.Object
org.azd.pipelines.types.CreatePipelineParameters
Parameters to create a pipeline.
-
Field Summary
Modifier and TypeFieldDescriptionConfiguration parameters of the pipeline.Folder of the pipeline.Name of the pipeline. -
Constructor Summary
-
Method Summary
-
Field Details
-
configuration
Configuration parameters of the pipeline. -
folder
Folder of the pipeline. -
name
Name of the pipeline.
-
-
Constructor Details
-
CreatePipelineParameters
public CreatePipelineParameters()
-