Package org.gradle.vcs
Interface VcsMapping
public interface VcsMapping
A dependency mapping provided by a VCS repository.
- Since:
- 4.4
- 
Method SummaryModifier 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- 
getRequestedComponentSelector 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.
- 
fromSpecifies the VCS location for the requested component.- Since:
- 4.6
 
- 
fromSpecifies the VCS location for the requested component.
 
-