public interface VcsVariableGenerator
Modifier and Type | Method and Description |
---|---|
default String |
getLegacyPrefix()
Deprecated.
since 5.14 the method exist only to provide backward compatibility with deprecated behaviour of
CustomVariableProviderRepository |
Map<String,String> |
getPlanRepositoryVariables(VcsRepositoryData vcsRepositoryData)
Return a map containing name->value mapping of the plan repository format variables.
|
@Deprecated @Nullable default String getLegacyPrefix()
CustomVariableProviderRepository
@NotNull Map<String,String> getPlanRepositoryVariables(@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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.