Parameters for creating an import request

interface GitImportRequestParameters {
    deleteServiceEndpointAfterImportIsDone?: boolean;
    gitSource?: GitImportGitSource;
    serviceEndpointId?: string;
    tfvcSource?: GitImportTfvcSource;
}

Properties

deleteServiceEndpointAfterImportIsDone?: boolean

Option to delete service endpoint when import is done

gitSource?: GitImportGitSource

Source for importing git repository

serviceEndpointId?: string

Service Endpoint for connection to external endpoint

tfvcSource?: GitImportTfvcSource

Source for importing tfvc repository