public class Credentials extends Object
Modifier and Type | Method and Description |
---|---|
static @NotNull String |
configToXml(@NotNull Map<String,String> credentialsConfig) |
static Iterable<CredentialsData> |
getAllSharedCredentials(@NotNull Iterable<? extends VcsRepositoryData> repositories,
@NotNull VcsRepositoryManager vcsRepositoryManager,
@NotNull CredentialsAccessor credentialsAccessor) |
static <T> Iterable<CredentialsData> |
getAllSharedCredentials(@NotNull Iterable<T> sharedCredentialTypes,
@NotNull CredentialsAccessor credentialsAccessor,
Function<T,ConfigurableSharedCredentialDepender> createDependerFunction,
Function<T,Map<String,String>> createConfigFunction) |
static <T> Iterable<CredentialsData> |
getAllSharedCredentials(@NotNull Iterable<T> sharedCredentialTypes,
@NotNull CredentialsAccessor credentialsAccessor,
@NotNull com.google.common.base.Function<T,SharedCredentialDepender> createDependerFunction) |
static @NotNull Map<String,String> |
xmlToConfig(@NotNull String xml) |
public static <T> Iterable<CredentialsData> getAllSharedCredentials(@NotNull @NotNull Iterable<T> sharedCredentialTypes, @NotNull @NotNull CredentialsAccessor credentialsAccessor, @NotNull @NotNull com.google.common.base.Function<T,SharedCredentialDepender> createDependerFunction)
public static <T> Iterable<CredentialsData> getAllSharedCredentials(@NotNull @NotNull Iterable<T> sharedCredentialTypes, @NotNull @NotNull CredentialsAccessor credentialsAccessor, @NotNull Function<T,ConfigurableSharedCredentialDepender> createDependerFunction, @NotNull Function<T,Map<String,String>> createConfigFunction)
public static Iterable<CredentialsData> getAllSharedCredentials(@NotNull @NotNull Iterable<? extends VcsRepositoryData> repositories, @NotNull @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull @NotNull CredentialsAccessor credentialsAccessor)
@NotNull public static @NotNull String configToXml(@NotNull @NotNull Map<String,String> credentialsConfig)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.