Interface SourceControl.DefinitionStages.WithDisplayName

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

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

    • withDisplayName

      SourceControl.DefinitionStages.WithCreate withDisplayName(String displayName)
      Specifies the displayName property: The display name of the source control.
      Parameters:
      displayName - The display name of the source control.
      Returns:
      the next definition stage.