Package org.gradle.vcs.git
Interface GitVersionControlSpec
-
- All Superinterfaces:
Describable,VersionControlSpec
@Incubating public interface GitVersionControlSpec extends VersionControlSpec
A specification of a Git repository.- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetUrl()The URL for the repository in the specification.voidsetUrl(String url)Sets the URL of the repository.voidsetUrl(URI url)Sets the URL of the repository.-
Methods inherited from interface org.gradle.api.Describable
getDisplayName
-
Methods inherited from interface org.gradle.vcs.VersionControlSpec
getRepoName, getRootDir, getUniqueId, plugins, setRootDir
-
-