Package org.azd.build.sourceproviders
Class SourceProvidersRequestBuilder.GetRepositoriesQueryParameters
java.lang.Object
org.azd.build.sourceproviders.SourceProvidersRequestBuilder.GetRepositoriesQueryParameters
- Enclosing class:
SourceProvidersRequestBuilder
-
Field Summary
Modifier and TypeFieldDescriptionWhen paging results, this is a continuation token, returned by a previous call to this method, that can be used to return the next set of repositories.If set to true, this will limit the set of results and will return a continuation token to continue the query.If specified, the vendor-specific identifier or the name of a single repository to get.'top' for the repositories most relevant for the endpoint.If specified, the ID of the service endpoint to query. -
Constructor Summary
-
Method Summary
-
Field Details
-
continuationToken
When paging results, this is a continuation token, returned by a previous call to this method, that can be used to return the next set of repositories. -
pageResults
If set to true, this will limit the set of results and will return a continuation token to continue the query. -
repository
If specified, the vendor-specific identifier or the name of a single repository to get. -
resultSet
'top' for the repositories most relevant for the endpoint. If not set, all repositories are returned. Ignored if 'repository' is set. -
serviceEndpointId
If specified, the ID of the service endpoint to query. Can only be omitted for providers that do not use service endpoints, e.g. TFVC or TFGit.
-
-
Constructor Details
-
GetRepositoriesQueryParameters
public GetRepositoriesQueryParameters()
-