Optional
options: IRequestOptionsOptional
apiVersion: stringOptional
apiVersion: stringProject ID or project name
Gets a list of existing configuration files for the given repository.
Project ID or project name
Optional
repositoryType: stringThe type of the repository such as GitHub, TfsGit (i.e. Azure Repos), Bitbucket, etc.
Optional
repositoryId: stringThe vendor-specific identifier or the name of the repository, e.g. Microsoft/vscode (GitHub) or e9d82045-ddba-4e01-a63d-2ab9f040af62 (Azure Repos)
Optional
branch: stringThe repository branch where to look for the configuration file.
Optional
serviceConnectionId: stringIf specified, the ID of the service endpoint to query. Can only be omitted for providers that do not use service endpoints, e.g. TfsGit (i.e. Azure Repos).
Returns a list of build frameworks that best match the given repository based on its contents.
Project ID or project name
Optional
repositoryType: stringThe type of the repository such as GitHub, TfsGit (i.e. Azure Repos), Bitbucket, etc.
Optional
repositoryId: stringThe vendor-specific identifier or the name of the repository, e.g. Microsoft/vscode (GitHub) or e9d82045-ddba-4e01-a63d-2ab9f040af62 (Azure Repos)
Optional
branch: stringThe repository branch to detect build frameworks for.
Optional
detectionType: BuildFrameworkDetectionTypeOptional
serviceConnectionId: stringIf specified, the ID of the service endpoint to query. Can only be omitted for providers that do not use service endpoints, e.g. TfsGit (i.e. Azure Repos).
Creates a new Pipeline connection between the provider installation and the specified project. Returns the PipelineConnection object created.