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>> |
SystemCredentialsProvider.getSpecificationDescriptors()
Gets all the
DomainSpecification descriptors. |
hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> |
SystemCredentialsProvider.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 PathRequirement s where the URI path is on a whitelist
of paths. |
class |
SchemeSpecification
A
DomainSpecification that matches SchemeRequirement s where the URI scheme is on a whitelist
of schemes. |
Modifier and Type | Method and Description |
---|---|
List<DomainSpecification> |
Domain.getSpecifications()
Returns the
DomainSpecification s for this Domain . |
Constructor and Description |
---|
Domain(String name,
String description,
List<DomainSpecification> specifications) |
Copyright © 2014. All rights reserved.