InedoSDK Reference
Version:

VariableTemplateContext(int projectId, int? releaseId, int? buildId, string pipelineStageName, System.Collections.Generic.IReadOnlyDictionary<string, string> variables) Constructor

Syntax

public VariableTemplateContext(int projectId, Nullable<int> releaseId, Nullable<int> buildId, string pipelineStageName, IReadOnlyDictionary<string, string> variables)

Parameters

projectId
Type: int
releaseId
Type: int?
buildId
Type: int?
pipelineStageName
Type: string
variables
Type: System.Collections.Generic.IReadOnlyDictionary<string, string>