public interface VcsVariableGenerator
Modifier and Type | Method and Description |
---|---|
default @Nullable String |
getLegacyPrefix()
Deprecated.
since 5.14 the method exist only to provide backward compatibility with deprecated behaviour of
CustomVariableProviderRepository |
@NotNull Map<String,String> |
getPlanRepositoryVariables(@NotNull VcsRepositoryData vcsRepositoryData)
Return a map containing name->value mapping of the plan repository format variables.
|
@Deprecated @Nullable default @Nullable String getLegacyPrefix()
CustomVariableProviderRepository
@NotNull @NotNull Map<String,String> getPlanRepositoryVariables(@NotNull @NotNull VcsRepositoryData vcsRepositoryData)
Null values will be filtered out so it's safe to put them in the map.
vcsRepositoryData
- definition of repository to generate variables forCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.