Uses of Interface
com.atlassian.bamboo.credentials.CredentialTypeModuleDescriptor
Packages that use CredentialTypeModuleDescriptor
Package
Description
-
Uses of CredentialTypeModuleDescriptor in com.atlassian.bamboo.configuration.credentials
Methods in com.atlassian.bamboo.configuration.credentials that return types with arguments of type CredentialTypeModuleDescriptorMethods in com.atlassian.bamboo.configuration.credentials with parameters of type CredentialTypeModuleDescriptorModifier and TypeMethodDescriptionCredentialsUIConfigBean.getCredentialsConfigurationMap(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable CredentialsData previousCredentialsData) @NotNull StringCredentialsUIConfigBean.prepareCreateHtml(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull CredentialsRenderMode renderMode) @NotNull StringCredentialsUIConfigBean.prepareEditHtml(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull CredentialsData credentialsData, @NotNull CredentialsRenderMode renderMode) voidCredentialsUIConfigBean.validateCredentialsConfiguration(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection) -
Uses of CredentialTypeModuleDescriptor in com.atlassian.bamboo.credentials
Classes in com.atlassian.bamboo.credentials that implement CredentialTypeModuleDescriptorMethods in com.atlassian.bamboo.credentials that return CredentialTypeModuleDescriptorModifier and TypeMethodDescription@Nullable CredentialTypeModuleDescriptorCredentialsManager.getCredentialTypeDescriptor(@Nullable String pluginKey) @Nullable CredentialTypeModuleDescriptorCredentialsManagerImpl.getCredentialTypeDescriptor(@Nullable String pluginKey) Methods in com.atlassian.bamboo.credentials that return types with arguments of type CredentialTypeModuleDescriptorModifier and TypeMethodDescription@NotNull List<CredentialTypeModuleDescriptor> CredentialsManager.getCredentialTypeDescriptors()@NotNull List<CredentialTypeModuleDescriptor> CredentialsManagerImpl.getCredentialTypeDescriptors()Methods in com.atlassian.bamboo.credentials with parameters of type CredentialTypeModuleDescriptorModifier and TypeMethodDescription@NotNull CredentialsDataCredentialsManager.createCredentials(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull String credentialsName, @NotNull Map<String, String> credentialsConfig) Creates Credentials from the configuration map and stores them in the database.@NotNull CredentialsDataCredentialsManagerImpl.createCredentials(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull String credentialsName, @NotNull Map<String, String> credentialsConfig) @NotNull CredentialsDataCredentialsManager.createProjectCredentials(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull String credentialsName, @NotNull Map<String, String> credentialsConfig, @NotNull Long projectId) Creates Credentials from the configuration map and stores them in the database.@NotNull CredentialsDataCredentialsManagerImpl.createProjectCredentials(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull String credentialsName, @NotNull Map<String, String> credentialsConfig, @NotNull Long projectId) voidAbstractCredentialType.init(@NotNull CredentialTypeModuleDescriptor moduleDescriptor)