RuntimeconfigFunctions

Functions

Link copied to clipboard
suspend fun getConfig(argument: suspend GetConfigPlainArgsBuilder.() -> Unit): GetConfigResult
suspend fun getConfig(name: String, project: String? = null): GetConfigResult
Link copied to clipboard
suspend fun getVariable(argument: suspend GetVariablePlainArgsBuilder.() -> Unit): GetVariableResult
suspend fun getVariable(name: String, parent: String, project: String? = null): GetVariableResult