from

abstract fun from(versionControlSpec: VersionControlSpec)

Specifies the VCS location for the requested component.

Since

4.6


abstract fun <T : VersionControlSpec?> from(type: Class<T>, configureAction: Action<in T>)

Specifies the VCS location for the requested component.