Class DomainSpecification
java.lang.Object
hudson.model.AbstractDescribableImpl<DomainSpecification>
com.cloudbees.plugins.credentials.domains.DomainSpecification
- All Implemented Interfaces:
ExtensionPoint
,Describable<DomainSpecification>
,Serializable
- Direct Known Subclasses:
HostnamePortSpecification
,HostnameSpecification
,PathSpecification
,SchemeSpecification
public abstract class DomainSpecification
extends AbstractDescribableImpl<DomainSpecification>
implements ExtensionPoint, Serializable
Base class for a specification against which
DomainRequirement
s can be tested.- Since:
- 1.5
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The results of anyDomainRequirement
test against aDomainSpecification
.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DomainSpecification.Result
test
(DomainRequirement scope) Tests the scope against this specification.Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
DomainSpecification
public DomainSpecification()
-
-
Method Details
-
test
Tests the scope against this specification.- Parameters:
scope
- the scope to test.- Returns:
- the result of the test.
-