C# 클래스 Bari.Plugins.PythonScripts.Model.BuildScriptMappings

Maps build scripts to source sets
상속: IProjectParameters
파일 보기 프로젝트 열기: vigoo/bari 1 사용 예제들

공개 메소드들

메소드 설명
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