C# Class Bari.Plugins.PythonScripts.Model.BuildScriptMappings

Maps build scripts to source sets
Inheritance: IProjectParameters
Afficher le fichier Open project: vigoo/bari Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

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
Résultat void

BuildScriptMappings() public méthode

public BuildScriptMappings ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetBuildScriptFor() public méthode

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
Résultat IBuildScript

HasBuildScriptFor() public méthode

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
Résultat bool