C# Класс Bari.Plugins.PythonScripts.Model.BuildScriptMappings

Maps build scripts to source sets
Наследование: IProjectParameters
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( string sourceSetName, IBuildScript buildScript ) : void

Adds a new build script to the suite

BuildScriptMappings ( ) : System.Collections.Generic
GetBuildScriptFor ( ISourceSet sourceSet ) : IBuildScript

Gets the mapped build script for the given source set

HasBuildScriptFor ( ISourceSet sourceSet ) : bool

Checks if there is a build script mapped for the given source set

Описание методов

Add() публичный Метод

Adds a new build script to the suite
public Add ( string sourceSetName, IBuildScript buildScript ) : void
sourceSetName string Name of the source set for which this build script /// should be executed.
buildScript IBuildScript The build script
Результат void

BuildScriptMappings() публичный Метод

public BuildScriptMappings ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetBuildScriptFor() публичный Метод

Gets the mapped build script for the given source set
public GetBuildScriptFor ( ISourceSet sourceSet ) : IBuildScript
sourceSet ISourceSet The source set to look a build script for
Результат IBuildScript

HasBuildScriptFor() публичный Метод

Checks if there is a build script mapped for the given source set
public HasBuildScriptFor ( ISourceSet sourceSet ) : bool
sourceSet ISourceSet The source set to look a build script for
Результат bool