Package org.gradle.vcs.git
Interface GitVersionControlSpec
- All Superinterfaces:
Describable
,VersionControlSpec
A specification of a Git repository.
- Since:
- 4.4
-
Method Summary
Methods inherited from interface org.gradle.api.Describable
getDisplayName
Methods inherited from interface org.gradle.vcs.VersionControlSpec
getRepoName, getRootDir, getUniqueId, plugins, setRootDir
-
Method Details
-
getUrl
URI getUrl() -
setUrl
Sets the URL of the repository. -
setUrl
Sets the URL of the repository.
-