DownloadBuildLogs
Download log for the specific build.
Input
| Name | Type | Required | Accepts Output Streams | Description |
| ProjectId | String | True | False | Id of the project. |
| BuildId | Integer | True | False | Id of the build. |
| LogId | Integer | True | False | Id of the log. |
| StartLine | Integer | False | False | The start line. |
| EndLine | Integer | False | False | The end line. |
| FileLocation | String | False | False | Location of the file. Cannot include the file name. |
| Encoding | String | False | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
| FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if FileLocation is not provided. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |
| FileData | String | If the FileLocation and FileStream are not provided, this contains the content of the file. |