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