| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials | |
| com.cloudbees.plugins.credentials.domains |
| Modifier and Type | Method and Description |
|---|---|
hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> |
UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getSpecificationDescriptors()
Gets all the
DomainSpecification descriptors. |
hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> |
UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getSpecificationDescriptors()
Gets all the
DomainSpecification descriptors. |
hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> |
CredentialsStoreAction.getSpecificationDescriptors()
Gets all the
DomainSpecification descriptors. |
hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> |
CredentialsStoreAction.getSpecificationDescriptors()
Gets all the
DomainSpecification descriptors. |
| Modifier and Type | Class and Description |
|---|---|
class |
HostnamePortSpecification
A
DomainSpecification that matches HostnamePortRequirement and HostnameRequirement where
the hostname:port is on an HostnamePortSpecification.includes list but not on an HostnamePortSpecification.excludes
list. |
class |
HostnameSpecification
A
DomainSpecification that matches HostnameRequirement where
the hostname is on an HostnameSpecification.includes list but not on an HostnameSpecification.excludes
list. |
class |
PathSpecification
A
DomainSpecification that matches PathRequirements where the URI path is on a whitelist
of paths. |
class |
SchemeSpecification
A
DomainSpecification that matches SchemeRequirements where the URI scheme is on a whitelist
of schemes. |
| Modifier and Type | Method and Description |
|---|---|
List<DomainSpecification> |
Domain.getSpecifications()
Returns the
DomainSpecifications for this Domain. |
| Constructor and Description |
|---|
Domain(String name,
String description,
List<DomainSpecification> specifications) |
Copyright © 2016–2018. All rights reserved.