Module "api-helper/project/configuration/projectConfiguration"
Functions
projectConfigurationValue
- projectConfigurationValue<T>(path: string, p: Project, defaultValue?: T): Promise<T>
-
Type parameters
Parameters
-
path: string
-
p: Project
-
Optional defaultValue: T
Gather a configuration value from:
sdm
property in the wider, globally available configuration. For where these come from, see: https://atomist.github.io/automation-client/modules/_lib_configuration_.html#loadconfigurationThis will not merge the configuration objects. It gives the first one that is not undefined.