@Incubating public interface VcsMapping
Modifier and Type | Method and Description |
---|---|
<T extends VersionControlSpec> |
from(Class<T> type,
Action<? super T> configureAction)
Specifies the VCS location for the requested component.
|
void |
from(VersionControlSpec versionControlSpec)
Specifies the VCS location for the requested component.
|
ComponentSelector |
getRequested()
The requested dependency, before it is resolved.
|
ComponentSelector getRequested()
void from(VersionControlSpec versionControlSpec)
<T extends VersionControlSpec> void from(Class<T> type, Action<? super T> configureAction)