from

abstract fun from(versionControlSpec: VersionControlSpec)(source)

Specifies the VCS location for the requested component.

Since

4.6


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

Specifies the VCS location for the requested component.