Uses of Class
com.cloudbees.plugins.credentials.domains.DomainCredentials
Packages that use DomainCredentials
-
Uses of DomainCredentials in com.cloudbees.plugins.credentials
Methods in com.cloudbees.plugins.credentials that return types with arguments of type DomainCredentialsModifier and TypeMethodDescriptionSystemCredentialsProvider.getDomainCredentials()Get all the credentials.UserCredentialsProvider.UserCredentialsProperty.getDomainCredentials()Returns theDomainCredentialsConstructors in com.cloudbees.plugins.credentials with parameters of type DomainCredentialsModifierConstructorDescriptionUserCredentialsProperty(DomainCredentials[] domainCredentials) Constructor for stapler. -
Uses of DomainCredentials in com.cloudbees.plugins.credentials.domains
Methods in com.cloudbees.plugins.credentials.domains that return types with arguments of type DomainCredentialsModifier and TypeMethodDescriptionstatic List<DomainCredentials>DomainCredentials.asList(Map<Domain, List<Credentials>> map) Converts aMapkeyed byDomainwithListofCredentialsas values into aListofDomainCredentialsinto astatic List<DomainCredentials>DomainCredentials.fixList(List<DomainCredentials> list) Helper method used by thedomainCredentials.jellytaglib to ensure the list is valid.Method parameters in com.cloudbees.plugins.credentials.domains with type arguments of type DomainCredentialsModifier and TypeMethodDescriptionstatic Map<Domain,List<Credentials>> DomainCredentials.asMap(Collection<DomainCredentials> collection) Converts aCollectionofDomainCredentialsinto aMapkeyed byDomainwithListofCredentialsas values.static List<DomainCredentials>DomainCredentials.fixList(List<DomainCredentials> list) Helper method used by thedomainCredentials.jellytaglib to ensure the list is valid.