DeploymentQueryResultParser.

ParseResults(IEnumerable<string>) Method

Summary

Parse the results from The Deployment Query.

Syntax

public IEnumerable<OctopusDeployment> ParseResults(IEnumerable<string> output)

Parameters

Name Type Description
output IEnumerable<string> Console Output from the Run Process.

Return Value

Type Description
IEnumerable<OctopusDeployment> A collection of Octopus deployments.