Interface Project.DefinitionStages.WithTargetConnectionInfo

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

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

    • withTargetConnectionInfo

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