Uses of Class
io.jenkins.plugins.enhanced.credentials.CredentialRule
-
Packages that use CredentialRule Package Description io.jenkins.plugins.enhanced.credentials -
-
Uses of CredentialRule in io.jenkins.plugins.enhanced.credentials
Fields in io.jenkins.plugins.enhanced.credentials with type parameters of type CredentialRule Modifier and Type Field Description List<CredentialRule>
CredentialRules.CredentialRulesDescriptorImpl. credentialRuleList
Methods in io.jenkins.plugins.enhanced.credentials that return types with arguments of type CredentialRule Modifier and Type Method Description List<CredentialRule>
CredentialRules. getCredentialRuleList()
List<Descriptor<CredentialRule>>
CredentialRules. getCredentialRuleListDescriptors()
Descriptor<CredentialRule>
CredentialRule. getDescriptor()
Method parameters in io.jenkins.plugins.enhanced.credentials with type arguments of type CredentialRule Modifier and Type Method Description void
CredentialRules. setCredentialRuleList(List<CredentialRule> credentialRuleList)
Constructor parameters in io.jenkins.plugins.enhanced.credentials with type arguments of type CredentialRule Constructor Description CredentialRules(List<CredentialRule> credentialRuleList, Boolean restrictNotMatching)
-