GitVersionControlSpec

A specification of a Git repository.

Since

4.4

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getRepoName(): String
Link copied to clipboard
abstract fun getRootDir(): String
Link copied to clipboard
abstract fun getUniqueId(): String
Link copied to clipboard
abstract fun getUrl(): URI
The URL for the repository in the specification.
Link copied to clipboard
abstract fun plugins(configuration: Action<in InjectedPluginDependencies>)
Link copied to clipboard
abstract fun setRootDir(rootDir: String)
Link copied to clipboard
abstract fun setUrl(url: String)
abstract fun setUrl(url: URI)
Sets the URL of the repository.