public class HgRepositoryUIHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
I18N_AUTHENTICATION_TYPE_PREFIX |
Constructor and Description |
---|
HgRepositoryUIHelper() |
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
getAuthenticationTypes() |
List<NameValuePair> |
getCredentialsSources() |
String |
getDisplayName(AuthenticationType authenticationType) |
List<NameValuePair> |
getSshSharedCredentials() |
List<NameValuePair> |
getUsernamePasswordSharedCredentials() |
public static final String I18N_AUTHENTICATION_TYPE_PREFIX
@NotNull public List<NameValuePair> getAuthenticationTypes()
@NotNull public List<NameValuePair> getCredentialsSources()
public String getDisplayName(AuthenticationType authenticationType)
AuthenticationType
@NotNull public List<NameValuePair> getSshSharedCredentials()
@NotNull public List<NameValuePair> getUsernamePasswordSharedCredentials()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.