Project.DefinitionStages.WithTargetConnectionInfo Interface

public static interface Project.DefinitionStages.WithTargetConnectionInfo

The stage of the Project definition allowing to specify targetConnectionInfo.

Method Summary

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

Specifies the targetConnectionInfo property: Information for connecting to target.

Method Details

withTargetConnectionInfo

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

Applies to