Interface SourceControl.DefinitionStages.WithDescription

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

public static interface SourceControl.DefinitionStages.WithDescription
The stage of the SourceControl definition allowing to specify description.
  • Method Details

    • withDescription

      SourceControl.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: The user description of the source control..
      Parameters:
      description - The user description of the source control.
      Returns:
      the next definition stage.