Class CredentialsUIConfigBean
- java.lang.Object
-
- com.atlassian.bamboo.configuration.credentials.CredentialsUIConfigBean
-
@Internal public class CredentialsUIConfigBean extends Object
-
-
Constructor Summary
Constructors Constructor Description CredentialsUIConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,String>
getCredentialsConfigurationMap(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable CredentialsData previousCredentialsData)
@NotNull String
prepareCreateHtml(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull CredentialsRenderMode renderMode)
@NotNull String
prepareEditHtml(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull CredentialsData credentialsData, @NotNull CredentialsRenderMode renderMode)
void
validateCredentialsConfiguration(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable CredentialsData previousCredentialsData, @NotNull ErrorCollection errorCollection)
-
-
-
Method Detail
-
validateCredentialsConfiguration
public void validateCredentialsConfiguration(@NotNull @NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable @Nullable CredentialsData previousCredentialsData, @NotNull @NotNull ErrorCollection errorCollection)
-
prepareCreateHtml
@NotNull public @NotNull String prepareCreateHtml(@NotNull @NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull @NotNull CredentialsRenderMode renderMode)
-
prepareEditHtml
@NotNull public @NotNull String prepareEditHtml(@NotNull @NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull @NotNull CredentialsData credentialsData, @NotNull @NotNull CredentialsRenderMode renderMode)
-
getCredentialsConfigurationMap
@NotNull public @NotNull Map<String,String> getCredentialsConfigurationMap(@NotNull @NotNull CredentialTypeModuleDescriptor credentialDescriptor, @Nullable @Nullable CredentialsData previousCredentialsData)
-
-