You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the list of deployment environment variables in this repository.
165
165
166
-
:param q: string: Query string to narrow down the response.
166
+
:param pagelen: integer: Query string to return this number of items from api.
167
167
See https://developer.atlassian.com/bitbucket/api/2/reference/meta/filtering for details.
168
-
:param sort: string: Name of a response property to sort results.
169
-
See https://developer.atlassian.com/bitbucket/api/2/reference/meta/filtering for details.
170
168
171
-
:return: A generator for the DeploymentEnvironmentVariable objects
169
+
:return: A list of DeploymentEnvironmentVariable objects
172
170
173
171
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-deployments-config-environments-environment-uuid-variables-get
0 commit comments