프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BaseWorkingDirectory | string | ||
GetOriginHash | string | ||
GetRepositoryFullPath | string | ||
NewProcessInfo | ThoughtWorks.CruiseControl.Core.Util.ProcessInfo | ||
SetEnvironmentVariable | void | ||
SetEnvironmentVariable | void |
메소드 | 설명 | |
---|---|---|
Generate ( IIntegrationResult resultFromLastBuild ) : string |
Returns the label to use for the current build.
|
|
Run ( IIntegrationResult result ) : void |
Runs the task, given the specified IIntegrationResult, in the specified IProject.
|
메소드 | 설명 | |
---|---|---|
BaseWorkingDirectory ( IIntegrationResult result ) : string | ||
GetOriginHash ( IIntegrationResult result ) : string | ||
GetRepositoryFullPath ( IIntegrationResult result ) : string | ||
NewProcessInfo ( string args, string dir ) : ThoughtWorks.CruiseControl.Core.Util.ProcessInfo | ||
SetEnvironmentVariable ( string name, int @value ) : void | ||
SetEnvironmentVariable ( string name, string @value ) : void |
public Generate ( IIntegrationResult resultFromLastBuild ) : string | ||
resultFromLastBuild | IIntegrationResult | IntegrationResult from last build used to determine the next label. |
리턴 | string |
public Run ( IIntegrationResult result ) : void | ||
result | IIntegrationResult | The label for the current build. |
리턴 | void |