Uses of Class
com.atlassian.bamboo.configuration.credentials.CredentialsRenderMode
-
Packages that use CredentialsRenderMode Package Description com.atlassian.bamboo.configuration.credentials -
-
Uses of CredentialsRenderMode in com.atlassian.bamboo.configuration.credentials
Methods in com.atlassian.bamboo.configuration.credentials that return CredentialsRenderMode Modifier and Type Method Description static CredentialsRenderMode
CredentialsRenderMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CredentialsRenderMode[]
CredentialsRenderMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.configuration.credentials with parameters of type CredentialsRenderMode Modifier and Type Method Description @NotNull String
CredentialsUIConfigBean. prepareCreateHtml(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull CredentialsRenderMode renderMode)
@NotNull String
CredentialsUIConfigBean. prepareEditHtml(@NotNull CredentialTypeModuleDescriptor credentialDescriptor, @NotNull CredentialsData credentialsData, @NotNull CredentialsRenderMode renderMode)
-