Summary
    Parses a set of lines from the output.
    
		- Namespace
 - Cake
.Common .Tools .OctopusDeploy  - Containing Type
 - Deployment
Query Result Parser  
Syntax
protected virtual OctopusDeployment ParseSet(List<string> lineSet)
	Parameters
| Name | Type | Description | 
|---|---|---|
| lineSet | List | 
						A set of lines to parse. | 
Return Value
| Type | Description | 
|---|---|
| OctopusDeployment | an OctopusDeployment or null. | 
