Interface Project.UpdateStages.WithTargetConnectionInfo

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

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

    • withTargetConnectionInfo

      Project.Update withTargetConnectionInfo(ConnectionInfo targetConnectionInfo)
      Specifies the targetConnectionInfo property: Information for connecting to target.
      Parameters:
      targetConnectionInfo - Information for connecting to target.
      Returns:
      the next definition stage.