Summary
Set a Continua CI build status message, which is shown on the build details page when a build is running.
- Namespace
- Cake
.Common .Build .ContinuaCI - Containing Type
- IContinuaCIProvider
Syntax
void SetBuildStatus(string text)
Parameters
Name | Type | Description |
---|---|---|
text | string | The new build status text. |
Return Value
Type | Description |
---|---|
void |