Class GitInfoContributor
Inheritance
System.Object
GitInfoContributor
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class GitInfoContributor : AbstractConfigurationContributor, IInfoContributor
Constructors
|
Edit this page
View Source
GitInfoContributor(ILogger<GitInfoContributor>)
Declaration
public GitInfoContributor(ILogger<GitInfoContributor> logger = null)
Parameters
|
Edit this page
View Source
GitInfoContributor(String, ILogger<GitInfoContributor>)
Declaration
public GitInfoContributor(string propFile, ILogger<GitInfoContributor> logger = null)
Parameters
Methods
|
Edit this page
View Source
AddKeyValue(Dictionary<String, Object>, String, String)
Declaration
protected override void AddKeyValue(Dictionary<string, object> dict, string key, string value)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.Object> |
dict |
|
System.String |
key |
|
System.String |
value |
|
|
Edit this page
View Source
Contribute(IInfoBuilder)
Declaration
public virtual void Contribute(IInfoBuilder builder)
Parameters
|
Edit this page
View Source
ReadGitProperties(String)
Declaration
public virtual IConfiguration ReadGitProperties(string propFile)
Parameters
Type |
Name |
Description |
System.String |
propFile |
|
Returns
Type |
Description |
IConfiguration |
|
Implements