Package | Description |
---|---|
com.cloudbees.plugins.credentials.domains |
Modifier and Type | Method and Description |
---|---|
static URIRequirementBuilder |
URIRequirementBuilder.create()
Creates an empty builder.
|
URIRequirementBuilder |
URIRequirementBuilder.duplicate()
Creates a new builder with the same requirements as this builder.
|
static URIRequirementBuilder |
URIRequirementBuilder.fromUri(String uri)
Creates a new builder using the supplied URI.
|
URIRequirementBuilder |
URIRequirementBuilder.withHostname(String hostname)
Replace any hostname requirements with the supplied hostname.
|
URIRequirementBuilder |
URIRequirementBuilder.withHostnamePort(String hostname,
int port)
Replace any hostname or hostname:port requirements with the supplied hostname and port.
|
URIRequirementBuilder |
URIRequirementBuilder.withoutHostname()
Removes any hostname or hostname:port requirements.
|
URIRequirementBuilder |
URIRequirementBuilder.withoutHostnamePort()
Removes any hostname:port requirements.
|
URIRequirementBuilder |
URIRequirementBuilder.withoutPath()
Removes any path requirements.
|
URIRequirementBuilder |
URIRequirementBuilder.withoutScheme()
Removes any scheme requirements.
|
URIRequirementBuilder |
URIRequirementBuilder.withPath(String path)
Replace any path requirements with the supplied path.
|
URIRequirementBuilder |
URIRequirementBuilder.withScheme(String scheme)
Replace any scheme requirements with the supplied scheme.
|
URIRequirementBuilder |
URIRequirementBuilder.withUri(String uri)
Replaces the requirements with those of the supplied URI.
|
Copyright © 2015. All rights reserved.