Package org.azd.build.sourceproviders
Class SourceProvidersRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.build.sourceproviders.SourceProvidersRequestBuilder.GetQueryParameters
- Enclosing class:
SourceProvidersRequestBuilder
-
Field Summary
Modifier and TypeFieldDescriptionThe identifier of the commit or branch from which a file's contents are retrieved.The path to the file to retrieve, relative to the root of the repository.If specified, the vendor-specific identifier or the name of the repository to get branches.If specified, the ID of the service endpoint to query. -
Constructor Summary
-
Method Summary
-
Field Details
-
commitOrBranch
The identifier of the commit or branch from which a file's contents are retrieved. -
path
The path to the file to retrieve, relative to the root of the repository. -
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
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()
-