gradle
8.2-rc-2
Java API
gradle
/
org.gradle.vcs.git
/
GitVersionControlSpec
Git
Version
Control
Spec
Java API
interface
GitVersionControlSpec
:
VersionControlSpec
A specification of a Git repository.
Members
Functions
get
Display
Name
Link copied to clipboard
Java API
abstract
fun
getDisplayName
(
)
:
String
get
Repo
Name
Link copied to clipboard
Java API
abstract
fun
getRepoName
(
)
:
String
get
Root
Dir
Link copied to clipboard
Java API
abstract
fun
getRootDir
(
)
:
String
get
Unique
Id
Link copied to clipboard
Java API
abstract
fun
getUniqueId
(
)
:
String
get
Url
Link copied to clipboard
Java API
abstract
fun
getUrl
(
)
:
URI
The URL for the repository in the specification.
plugins
Link copied to clipboard
Java API
abstract
fun
plugins
(
configuration
:
Action
<
out
Any
>
)
set
Root
Dir
Link copied to clipboard
Java API
abstract
fun
setRootDir
(
rootDir
:
String
)
set
Url
Link copied to clipboard
Java API
abstract
fun
setUrl
(
url
:
String
)
abstract
fun
setUrl
(
url
:
URI
)
Sets the URL of the repository.