Class SourceProvidersRequestBuilder.GetRepositoriesQueryParameters

java.lang.Object
org.azd.build.sourceproviders.SourceProvidersRequestBuilder.GetRepositoriesQueryParameters
Enclosing class:
SourceProvidersRequestBuilder

public static class SourceProvidersRequestBuilder.GetRepositoriesQueryParameters extends Object
  • Field Details

    • continuationToken

      public String 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

      public Boolean pageResults
      If set to true, this will limit the set of results and will return a continuation token to continue the query.
    • repository

      public String repository
      If specified, the vendor-specific identifier or the name of a single repository to get.
    • resultSet

      public SourceProviderResultSet resultSet
      'top' for the repositories most relevant for the endpoint. If not set, all repositories are returned. Ignored if 'repository' is set.
    • serviceEndpointId

      public String 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()