Uses of Interface
com.cloudbees.plugins.credentials.CredentialsMatcher.CQL
Packages that use CredentialsMatcher.CQL
-
Uses of CredentialsMatcher.CQL in com.cloudbees.plugins.credentials.matchers
Classes in com.cloudbees.plugins.credentials.matchers that implement CredentialsMatcher.CQLModifier and TypeClassDescriptionclass
Matches all of the supplied matchers.class
Matches any of the supplied matchers.class
BeanPropertyMatcher<T extends Serializable>
Matches credentials that have a Java Bean property with an expected value.class
Matches credentials based on a constant result.class
Matches credentials that areIdCredentials
and have the specifiedIdCredentials.getId()
.class
Matches credentials that implement a specific type.class
Inverts a matcher.class
Matches credentials that areIdCredentials
and have the specifiedCredentialsScope
(s).class
Matches credentials that areUsernameCredentials
and have the specifiedUsernameCredentials.getUsername()