Class StashCredentialMatcher
java.lang.Object
org.jenkinsci.plugins.stashNotifier.StashCredentialMatcher
- All Implemented Interfaces:
com.cloudbees.plugins.credentials.CredentialsMatcher
,Serializable
public class StashCredentialMatcher
extends Object
implements com.cloudbees.plugins.credentials.CredentialsMatcher
A very simple matcher to ensure we only show username/password or certificate credentials
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.CredentialsMatcher
com.cloudbees.plugins.credentials.CredentialsMatcher.CQL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(com.cloudbees.plugins.credentials.Credentials credentials)
-
Constructor Details
-
StashCredentialMatcher
public StashCredentialMatcher()
-
-
Method Details
-
matches
public boolean matches(@NonNull com.cloudbees.plugins.credentials.Credentials credentials) - Specified by:
matches
in interfacecom.cloudbees.plugins.credentials.CredentialsMatcher
-