Class SchemeRequirement
java.lang.Object
com.cloudbees.plugins.credentials.domains.DomainRequirement
com.cloudbees.plugins.credentials.domains.SchemeRequirement
- All Implemented Interfaces:
ExtensionPoint
,Serializable
A requirement for a specific URI scheme, for example
http
or smtp
- Since:
- 1.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionSchemeRequirement
(String scheme) Constructs a requirement for the specified scheme. -
Method Summary
-
Constructor Details
-
SchemeRequirement
Constructs a requirement for the specified scheme.- Parameters:
scheme
- the scheme.
-
-
Method Details
-
getScheme
Returns the scheme.- Returns:
- the scheme.
-