Interface Project.DefinitionStages.WithSourcePlatform

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

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

    • withSourcePlatform

      Project.DefinitionStages.WithCreate withSourcePlatform(ProjectSourcePlatform sourcePlatform)
      Specifies the sourcePlatform property: Source platform for the project.
      Parameters:
      sourcePlatform - Source platform for the project.
      Returns:
      the next definition stage.