BuildMaster SDK Reference
Version:

IConfigSource Interface

Represents a source of configuration data as scoped key/value pairs.

Inheritance Hierarchy

  • Inedo.Configuration.Sources.IConfigSource

Syntax

public interface IConfigSource

Methods

Name Description
ReadConfigValue(string scope, string key)

Returns the value associated with the specified scope and key.

WriteConfigValue(string scope, string key, string value)

Writes the specified value for the specified scope and key.