Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials.CredentialsListBoxModel
-
Packages that use GoogleRobotCredentials.CredentialsListBoxModel Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of GoogleRobotCredentials.CredentialsListBoxModel in com.google.jenkins.plugins.credentials.oauth
Methods in com.google.jenkins.plugins.credentials.oauth that return GoogleRobotCredentials.CredentialsListBoxModel Modifier and Type Method Description static GoogleRobotCredentials.CredentialsListBoxModel
GoogleRobotCredentials. getCredentialsListBox(Class<?> clazz)
Helper utility for populating a jelly list box with matchingGoogleRobotCredentials
to avoid listing credentials that avoids surfacing those with insufficient permissions.
-