Class HostnameRequirement
java.lang.Object
com.cloudbees.plugins.credentials.domains.DomainRequirement
com.cloudbees.plugins.credentials.domains.HostnameRequirement
- All Implemented Interfaces:
ExtensionPoint
,Serializable
- Direct Known Subclasses:
HostnamePortRequirement
A requirement for a
Domain
that includes Credentials
for a
specific hostname.- Since:
- 1.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HostnameRequirement
Creates a new requirement.- Parameters:
hostname
- the host.
-
-
Method Details
-
getHostname
Returns the hostname.- Returns:
- the hostname.
-