The context for persisting a configuration.
Name | Description | |
---|---|---|
ConfigurationPersistenceContext(int? serverId, int executionId, int? serverRoleId, Inedo.Diagnostics.ILogSink logger) |
Name | Description | |
---|---|---|
ExecutionId |
Gets the current execution ID. |
|
Logger |
Gets the current logger. |
|
ServerId |
Gets the current server ID. |
|
ServerRoleId |
Gets the current server role ID. |
Name | Description | |
---|---|---|
SetConfigurationStatusAsync(string typeName, string key, ConfigurationStatus status) |
Sets the specified configuration item status. |
|
StoreConfigurationValueAsync(string typeName, string key, string value) |
Stores the specified configuration item. |