DeploymentQueryResultParser.

ParseSet(List<string>) Method

Summary

Parses a set of lines from the output.

Syntax

protected virtual OctopusDeployment ParseSet(List<string> lineSet)

Parameters

Name Type Description
lineSet List<string> A set of lines to parse.

Return Value

Type Description
OctopusDeployment an OctopusDeployment or null.