Method | Description | |
---|---|---|
LoadYaml ( |
Process an already loaded
|
|
YamlModelLoaderBase ( ISuiteFactory suiteFactory, IEnumerable |
Initializes the yaml loader
|
Method | Description | |
---|---|---|
LoadDefaultGoal ( Goal>.IDictionary |
||
LoadGoal ( string name, |
||
LoadGoals ( |
||
LoadModule ( Module module, |
||
LoadModuleCopyright ( Module module, |
||
LoadModuleVersion ( Module module, |
||
LoadPackager ( Suite suite, Product product, |
||
LoadParameters ( Suite suite, IProjectParametersHolder target, |
||
LoadPlugins ( |
||
LoadProduct ( Suite suite, Product product, |
||
LoadProject ( Suite suite, Project project, |
||
LoadProjects ( Module module, |
||
LoadSourceSetIgnoreLists ( SourceSetIgnoreLists ignoreLists, |
||
LoadTestProjects ( Module module, |
||
ParseVersion ( string version ) : string | ||
SetProjectPostProcessors ( Suite suite, IPostProcessorsHolder project, |
||
SetProjectReferences ( Project project, IEnumerable |
||
SetProjectType ( Project project, string typeString ) : void | ||
TryAddParameters ( Suite suite, IProjectParametersHolder target, |
protected LoadYaml ( |
||
yaml | The yaml document to process. | |
return | Suite |
protected YamlModelLoaderBase ( ISuiteFactory suiteFactory, IEnumerable |
||
suiteFactory | ISuiteFactory | Factory interface to create new suite instances |
parametersLoaders | IEnumerable |
Parameter loader implementations |
output | IUserOutput | Output interface to issue warnings |
pluginLoader | IPluginLoader | Plugin loader interface |
environmentVariableContext | IEnvironmentVariableContext | Environment variable context |
validator | ISuiteValidator | Suite validator interface |
return | System |