Summary
Parse the results from The Deployment Query.
- Namespace
- Cake
.Common .Tools .OctopusDeploy - Containing Type
- Deployment
Query Result Parser
Syntax
public IEnumerable<OctopusDeployment> ParseResults(IEnumerable<string> output)
Parameters
| Name | Type | Description |
|---|---|---|
| output | IEnumerable |
Console Output from the Run Process. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of Octopus deployments. |
