@Extension
public class KubernetesCredentialsProvider
extends com.cloudbees.plugins.credentials.CredentialsProvider
implements io.alauda.jenkins.devops.support.KubernetesClusterConfigurationListener
| 构造器和说明 |
|---|
KubernetesCredentialsProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
<C extends com.cloudbees.plugins.credentials.Credentials> |
getCredentials(Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication) |
<C extends com.cloudbees.plugins.credentials.Credentials> |
getCredentialsWithinScope(Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication) |
String |
getDisplayName() |
String |
getIconClassName() |
com.cloudbees.plugins.credentials.CredentialsStore |
getStore(hudson.model.ModelObject object) |
void |
onConfigChange(io.alauda.jenkins.devops.support.KubernetesCluster cluster,
io.kubernetes.client.ApiClient client) |
void |
onConfigError(io.alauda.jenkins.devops.support.KubernetesCluster cluster,
Throwable reason) |
_isApplicable, all, allCredentialsDescriptors, enabled, enabled, findCredentialById, findCredentialById, getCredentialIds, getCredentialIds, getCredentials, getCredentials, getCredentials, getCredentialsDescriptors, getDescriptor, getFingerprintOf, getOrCreateFingerprintOf, getScopes, hasCredentialsDescriptors, hasStores, isApplicable, isApplicable, isEnabled, isEnabled, listCredentials, listCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupScopes, lookupStores, saveAll, snapshot, snapshot, track, track, track, trackAll, trackAll, trackAll, trackAll, trackAll, trackAlladdHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic void onConfigChange(io.alauda.jenkins.devops.support.KubernetesCluster cluster,
io.kubernetes.client.ApiClient client)
onConfigChange 在接口中 io.alauda.jenkins.devops.support.KubernetesClusterConfigurationListenerpublic void onConfigError(io.alauda.jenkins.devops.support.KubernetesCluster cluster,
Throwable reason)
onConfigError 在接口中 io.alauda.jenkins.devops.support.KubernetesClusterConfigurationListener@Nonnull public <C extends com.cloudbees.plugins.credentials.Credentials> List<C> getCredentials(@Nonnull Class<C> type, hudson.model.ItemGroup itemGroup, org.acegisecurity.Authentication authentication)
getCredentials 在类中 com.cloudbees.plugins.credentials.CredentialsProviderpublic <C extends com.cloudbees.plugins.credentials.Credentials> List<C> getCredentialsWithinScope(@Nonnull Class<C> type, hudson.model.ItemGroup itemGroup, org.acegisecurity.Authentication authentication)
public com.cloudbees.plugins.credentials.CredentialsStore getStore(hudson.model.ModelObject object)
getStore 在类中 com.cloudbees.plugins.credentials.CredentialsProvider@Nonnull public String getDisplayName()
getDisplayName 在类中 com.cloudbees.plugins.credentials.CredentialsProviderpublic String getIconClassName()
getIconClassName 在接口中 org.jenkins.ui.icon.IconSpecgetIconClassName 在类中 com.cloudbees.plugins.credentials.CredentialsProviderCopyright © 2016–2019. All rights reserved.