Uses of Class
org.jenkinsci.plugins.gitclient.GitURIRequirementsBuilder
Packages that use GitURIRequirementsBuilder
-
Uses of GitURIRequirementsBuilder in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return GitURIRequirementsBuilderModifier and TypeMethodDescriptionstatic GitURIRequirementsBuilder
GitURIRequirementsBuilder.create()
Creates an empty builder.GitURIRequirementsBuilder.duplicate()
Creates a new builder with the same requirements as this builder.static GitURIRequirementsBuilder
Creates a new builder using the supplied URI.GitURIRequirementsBuilder.withHostname
(String hostname) Replace any hostname requirements with the supplied hostname.GitURIRequirementsBuilder.withHostnamePort
(String hostname, int port) Replace any hostname or hostname:port requirements with the supplied hostname and port.GitURIRequirementsBuilder.withoutHostname()
Removes any hostname or hostname:port requirements.GitURIRequirementsBuilder.withoutHostnamePort()
Removes any hostname:port requirements.GitURIRequirementsBuilder.withoutPath()
Removes any path requirements.GitURIRequirementsBuilder.withoutScheme()
Removes any scheme requirements.Replace any path requirements with the supplied path.GitURIRequirementsBuilder.withScheme
(String scheme) Replace any scheme requirements with the supplied scheme.Replaces the requirements with those of the supplied URI.