Summary
Pushes the specified packages to Octopus Deploy internal repository.
- Namespace
- Cake
.Common .Tools .OctopusDeploy - Containing Type
- Octopus
Deploy Deployment Querier
Syntax
public IEnumerable<OctopusDeployment> QueryOctopusDeployments(string server, string apiKey, OctopusDeploymentQuerySettings querySettings)
Parameters
| Name | Type | Description |
|---|---|---|
| server | string | The Octopus server URL. |
| apiKey | string | The user's API key. |
| querySettings | Octopus |
The query. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A list of Octopus Deployments. |
