public interface CustomVariableProviderRepository extends Repository
Repository
implementation to provide variables specific to
the repository.SELECTED_REPOSITORY, UNKNOWN_HOST
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getCustomVariables()
Deprecated.
since 5.9, use
getPlanRepositoryVariables() |
Map<String,String> |
getPlanRepositoryVariables()
Return a map containing name->value mapping of the plan repository format variables.
|
checkConnection, getHost, getKey, getLocationIdentifier, getMinimalEditHtml, getName, getShortKey
populateFromConfig, toConfiguration
collectChangesSinceLastBuild, getSourceCodeDirectory, isRepositoryDifferent
customizeBuildRequirements, removeBuildRequirements
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
init
getEditHtml, getViewHtml
getDescription
@NotNull @Deprecated Map<String,String> getCustomVariables()
getPlanRepositoryVariables()
Null values will be filtered out so it's safe to put them in the map.
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.