Package org.azd.build.sourceproviders
Class SourceProvidersRequestBuilder.GetBranchesQueryParameters
java.lang.Object
org.azd.build.sourceproviders.SourceProvidersRequestBuilder.GetBranchesQueryParameters
- Enclosing class:
SourceProvidersRequestBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf supplied, the name of the branch to check for specifically.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
Constructors -
Method Summary
-
Field Details
-
branchName
If supplied, the name of the branch to check for specifically. -
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
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()
-