Interface Project.DefinitionStages.WithDescription

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

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

    • withDescription

      Project.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: Description of the project..
      Parameters:
      description - Description of the project.
      Returns:
      the next definition stage.