Interface Project.UpdateStages.WithTargetPlatform

All Known Subinterfaces:
Project.Update
Enclosing interface:
Project.UpdateStages

public static interface Project.UpdateStages.WithTargetPlatform
The stage of the Project update allowing to specify targetPlatform.
  • Method Details

    • withTargetPlatform

      Project.Update withTargetPlatform(ProjectTargetPlatform targetPlatform)
      Specifies the targetPlatform property: Target platform for the project.
      Parameters:
      targetPlatform - Target platform for the project.
      Returns:
      the next definition stage.