Method | 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
|
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 |
return | void |
public BuildScriptMappings ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetBuildScriptFor ( ISourceSet sourceSet ) : IBuildScript | ||
sourceSet | ISourceSet | The source set to look a build script for |
return | IBuildScript |
public HasBuildScriptFor ( ISourceSet sourceSet ) : bool | ||
sourceSet | ISourceSet | The source set to look a build script for |
return | bool |