Class CredentialsUIConfigBean
java.lang.Object
com.atlassian.bamboo.configuration.credentials.CredentialsUIConfigBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCredentialsConfigurationMap
(@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)
-
Constructor Details
-
CredentialsUIConfigBean
public CredentialsUIConfigBean()
-
-
Method Details
-
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)
-