Interface PipelineJob.UpdateStages.WithDescription

  • All Known Subinterfaces:
    PipelineJob.Update
    Enclosing interface:
    PipelineJob.UpdateStages

    public static interface PipelineJob.UpdateStages.WithDescription
    The stage of the PipelineJob update allowing to specify description.
    • Method Detail

      • withDescription

        PipelineJob.Update withDescription​(String description)
        Specifies the description property: An optional description for the pipeline..
        Parameters:
        description - An optional description for the pipeline.
        Returns:
        the next definition stage.