Package org.gradle.vcs
Interface VcsMapping
public interface VcsMapping
A dependency mapping provided by a VCS repository.
- Since:
 - 4.4
 
- 
Method Summary
Modifier and TypeMethodDescription<T extends VersionControlSpec>
voidSpecifies the VCS location for the requested component.voidfrom(VersionControlSpec versionControlSpec) Specifies the VCS location for the requested component.The requested dependency, before it is resolved. 
- 
Method Details
- 
getRequested
ComponentSelector getRequested()The requested dependency, before it is resolved. The requested dependency does not change even if there are multiple dependency substitution rules that manipulate the dependency metadata. - 
from
Specifies the VCS location for the requested component.- Since:
 - 4.6
 
 - 
from
Specifies the VCS location for the requested component. 
 -