Class SourceProvidersRequestBuilder.GetBranchesQueryParameters

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

public static class SourceProvidersRequestBuilder.GetBranchesQueryParameters extends Object
  • Field Details

    • branchName

      public String branchName
      If supplied, the name of the branch to check for specifically.
    • repository

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

    • GetBranchesQueryParameters

      public GetBranchesQueryParameters()