Project.UpdateStages.WithTargetConnectionInfo Interface

public static interface Project.UpdateStages.WithTargetConnectionInfo

The stage of the Project update allowing to specify targetConnectionInfo.

Method Summary

Modifier and Type Method and Description
abstract Update withTargetConnectionInfo(ConnectionInfo targetConnectionInfo)

Specifies the targetConnectionInfo property: Information for connecting to target.

Method Details

withTargetConnectionInfo

public abstract 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.

Applies to