Uses of Class
com.google.jenkins.plugins.credentials.oauth.ServiceAccountConfig.Descriptor
-
Packages that use ServiceAccountConfig.Descriptor Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of ServiceAccountConfig.Descriptor in com.google.jenkins.plugins.credentials.oauth
Subclasses of ServiceAccountConfig.Descriptor in com.google.jenkins.plugins.credentials.oauth Modifier and Type Class Description static class
JsonServiceAccountConfig.DescriptorImpl
Descriptor for JSON service account authentication.static class
P12ServiceAccountConfig.DescriptorImpl
Descriptor for P12 service account authentication.Methods in com.google.jenkins.plugins.credentials.oauth that return types with arguments of type ServiceAccountConfig.Descriptor Modifier and Type Method Description static List<ServiceAccountConfig.Descriptor>
GoogleRobotPrivateKeyCredentials. getServiceAccountConfigDescriptors()
Used for populating the configuration for eachServiceAccountConfig
-