Interface PipelineResource.DefinitionStages.WithFolder

All Known Subinterfaces:
PipelineResource.Definition, PipelineResource.DefinitionStages.WithCreate
Enclosing interface:
PipelineResource.DefinitionStages

public static interface PipelineResource.DefinitionStages.WithFolder
The stage of the PipelineResource definition allowing to specify folder.
  • Method Details

    • withFolder

      Specifies the folder property: The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level..
      Parameters:
      folder - The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
      Returns:
      the next definition stage.