OctopusDeployDeploymentQuerier.

QueryOctopusDeployments(string, string, OctopusDeploymentQuerySettings) Method

Summary

Pushes the specified packages to Octopus Deploy internal repository.

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 OctopusDeploymentQuerySettings The query.

Return Value

Type Description
IEnumerable<OctopusDeployment> A list of Octopus Deployments.