Interface GitVersionControlSpec
- All Superinterfaces:
Describable, VersionControlSpec
A specification of a Git repository.
- Since:
- 4.3
-
Method Summary
Methods inherited from interface Describable
getDisplayNameMethods inherited from interface VersionControlSpec
getRepoName, getRootDir, getUniqueId, plugins, setRootDir
-
Method Details
-
getUrl
URI getUrl()The URL for the repository in the specification.Note: The return value is a
URIto avoid exposing the full contract ofURLclients of this interface. Specifically,URLextendsURIto add network operations which are both unsuited for simple data specification and allocate additional memory.- Since:
- 4.3
-
setUrl
-
setUrl
-