Class SourceProvidersRequestBuilder.GetQueryParameters

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

public static class SourceProvidersRequestBuilder.GetQueryParameters extends Object
  • Field Details

    • commitOrBranch

      public String commitOrBranch
      The identifier of the commit or branch from which a file's contents are retrieved.
    • path

      public String path
      The path to the file to retrieve, relative to the root of the repository.
    • repository

      public String repository
      If specified, the vendor-specific identifier or the name of the repository to get branches. Can only be omitted for providers that do not support multiple repositories.
    • 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

    • GetQueryParameters

      public GetQueryParameters()