Property | Type | Description | |
---|---|---|---|
BaseWorkingDirectory | string | ||
GetOriginHash | string | ||
GetRepositoryFullPath | string | ||
NewProcessInfo | ThoughtWorks.CruiseControl.Core.Util.ProcessInfo | ||
SetEnvironmentVariable | void | ||
SetEnvironmentVariable | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. |
return | string |
public Run ( IIntegrationResult result ) : void | ||
result | IIntegrationResult | The label for the current build. |
return | void |