Interface DomainRestrictedCredentials
- All Superinterfaces:
Credentials
,Describable<Credentials>
,ExtensionPoint
,Serializable
Credentials that have a built in restriction
- Since:
- 1.10
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(List<DomainRequirement> domainRequirements) Determine whether theseCredentials
are applicable for the given requirements.Methods inherited from interface com.cloudbees.plugins.credentials.Credentials
forRun, getDescriptor, getScope
-
Method Details
-
matches
Determine whether theseCredentials
are applicable for the given requirements.- Parameters:
domainRequirements
- The requirements imposed on this credential.- Returns:
- whether this credential meets the given requirement.
-