SYMBOL INDEX (863 symbols across 89 files) FILE: gulpfile.js function errorHandler (line 25) | function errorHandler(err) { FILE: patches/vso-node-api/handlers/ntlm.js function NtlmCredentialHandler (line 9) | function NtlmCredentialHandler(username, password, domain, workstation) { FILE: src/clients/baseclient.ts method constructor (line 20) | constructor(context: TeamServerContext, statusBarItem: StatusBarItem) { method handleError (line 25) | protected handleError(err: Error, offlineText: string, polling: boolean,... FILE: src/clients/buildclient.ts class BuildClient (line 19) | class BuildClient extends BaseClient { method constructor (line 22) | constructor(context: TeamServerContext, statusBarItem: StatusBarItem) { method DisplayCurrentBuildStatus (line 27) | public async DisplayCurrentBuildStatus(context: IRepositoryContext, po... method getTfvcBuildBadge (line 74) | private async getTfvcBuildBadge(svc: BuildService, teamProjectId: stri... method OpenBuildSummaryPage (line 103) | public OpenBuildSummaryPage(): void { method GetOfflineBuildStatusText (line 114) | public static GetOfflineBuildStatusText() : string { FILE: src/clients/coreapiclient.ts class CoreApiClient (line 10) | class CoreApiClient { method constructor (line 13) | constructor() { } method GetTeamProject (line 16) | public async GetTeamProject(remoteUrl: string, teamProjectName: string... method GetProjectCollection (line 22) | public async GetProjectCollection(remoteUrl: string, collectionName: s... FILE: src/clients/feedbackclient.ts class FeedbackClient (line 15) | class FeedbackClient { method SendFeedback (line 18) | public static async SendFeedback(): Promise { FILE: src/clients/gitclient.ts class GitClient (line 22) | class GitClient extends BaseClient { method constructor (line 24) | constructor(context: TeamServerContext, statusBarItem: StatusBarItem) { method GetMyPullRequests (line 29) | public async GetMyPullRequests(): Promise { method OpenBlamePage (line 51) | public OpenBlamePage(context: IRepositoryContext): void { method OpenFileHistory (line 75) | public OpenFileHistory(context: IRepositoryContext): void { method OpenNewPullRequest (line 100) | public OpenNewPullRequest(remoteUrl: string, currentBranch: string): v... method PollMyPullRequests (line 108) | public async PollMyPullRequests(): Promise { method getMyPullRequests (line 119) | private async getMyPullRequests(): Promise { method getPullRequestLabel (line 156) | private getPullRequestLabel(displayName: string, title: string, descri... method GetOfflinePullRequestStatusText (line 172) | public static GetOfflinePullRequestStatusText() : string { method GetPullRequestStatusText (line 177) | public static GetPullRequestStatusText(total?: string) : string { method ensureGitContext (line 185) | private ensureGitContext(context: IRepositoryContext): void { FILE: src/clients/httpclient.ts class HttpClient (line 19) | class HttpClient { method constructor (line 25) | constructor(userAgent: string, handlers?: ifm.IRequestHandler[], socke... method send (line 37) | send(verb: string, requestUrl: string, objs: any, headers: ifm.IHeader... method _getOptions (line 42) | _getOptions(method: string, requestUrl: string, headers: any): any { method request (line 102) | request(protocol: any, options: any, objs: any, onResult: (err: any, r... method requestInternal (line 127) | requestInternal(protocol: any, options: any, objs: any, onResult: (err... FILE: src/clients/repositoryinfoclient.ts class RepositoryInfoClient (line 22) | class RepositoryInfoClient { method constructor (line 26) | constructor(context: IRepositoryContext, handler: VsoBaseInterfaces.IR... method GetRepositoryInfo (line 31) | public async GetRepositoryInfo(): Promise { method verifyRepoInfo (line 147) | private verifyRepoInfo(repoInfo: any, message: string) { method splitTfvcCollectionUrl (line 153) | private splitTfvcCollectionUrl(collectionUrl: string): string[] { method trimTrailingSeparators (line 176) | private trimTrailingSeparators(uri: string): string { method getTfvcRepoInfoBlob (line 191) | private getTfvcRepoInfoBlob(serverUrl: string, collectionId: string, c... method getProjectFromServer (line 217) | private async getProjectFromServer(coreApiClient: CoreApiClient, remot... method validateTfvcCollectionUrl (line 221) | private async validateTfvcCollectionUrl(serverUrl: string): Promise { method validateTfvcCollectionUrl (line 33) | public async validateTfvcCollectionUrl(): Promise { FILE: src/clients/tfscatalogsoapclient.ts class TfsCatalogSoapClient (line 17) | class TfsCatalogSoapClient { method constructor (line 40) | constructor(serverUrl: string, handlers: IRequestHandler[]) { method parseOrganizationRootPath (line 97) | private parseOrganizationRootPath(envelopeXml: any): string { method parseFoundationServerRootPath (line 188) | private parseFoundationServerRootPath(envelopeXml: any): string { method parseProjectCollections (line 489) | private parseProjectCollections(envelopeXml: any): any[] { method GetProjectCollection (line 514) | public GetProjectCollection(collectionName: string): Q.Promise { method getCatalogDataFromServer (line 556) | private getCatalogDataFromServer(pathSpecs: string, queryOptions: stri... FILE: src/clients/witclient.ts class WitClient (line 20) | class WitClient extends BaseClient { method constructor (line 24) | constructor(context: TeamServerContext, pinnedQuery: IPinnedQuery, sta... method CreateNewItem (line 30) | public CreateNewItem(itemType: string, taskTitle: string): void { method CreateNewWorkItem (line 39) | public async CreateNewWorkItem(taskTitle: string): Promise { method ShowMyWorkItemQueries (line 59) | public async ShowMyWorkItemQueries(): Promise { method ShowPinnedQueryWorkItems (line 87) | public async ShowPinnedQueryWorkItems(): Promise { method ShowMyWorkItems (line 98) | public async ShowMyWorkItems(): Promise { method ChooseWorkItems (line 108) | public async ChooseWorkItems(): Promise { method showWorkItems (line 125) | private async showWorkItems(wiql: string): Promise { method GetPinnedQueryResultCount (line 142) | public async GetPinnedQueryResultCount(): Promise { method getPinnedQueryText (line 154) | private async getPinnedQueryText(): Promise { method getMyWorkItemQueries (line 174) | private async getMyWorkItemQueries(): Promise { method handleWitError (line 246) | private handleWitError(err: Error, offlineText: string, polling: boole... method logTelemetryForWorkItem (line 264) | private logTelemetryForWorkItem(wit: string): void { method PollPinnedQuery (line 277) | public PollPinnedQuery(): void { method GetOfflinePinnedQueryStatusText (line 286) | public static GetOfflinePinnedQueryStatusText() : string { method GetPinnedQueryStatusText (line 290) | public static GetPinnedQueryStatusText(total?: string) : string { FILE: src/contexts/externalcontext.ts class ExternalContext (line 12) | class ExternalContext implements IRepositoryContext { method constructor (line 20) | constructor(rootPath: string) { method dispose (line 25) | public dispose() { method Initialize (line 30) | public async Initialize(settings: ISettings): Promise { method TeamProjectName (line 45) | public get TeamProjectName(): string { method CurrentBranch (line 50) | public get CurrentBranch(): string { method CurrentRef (line 53) | public get CurrentRef(): string { method RepoFolder (line 58) | public get RepoFolder(): string { method IsSsh (line 61) | public get IsSsh(): boolean { method IsTeamFoundation (line 64) | public get IsTeamFoundation(): boolean { method IsTeamServices (line 67) | public get IsTeamServices(): boolean { method RemoteUrl (line 70) | public get RemoteUrl(): string { method RepositoryParentFolder (line 73) | public get RepositoryParentFolder(): string { method Type (line 76) | public get Type(): RepositoryType { FILE: src/contexts/gitcontext.ts class GitContext (line 17) | class GitContext implements IRepositoryContext { method constructor (line 31) | constructor(rootPath: string, gitDir?: string) { method dispose (line 113) | public dispose() { method Initialize (line 118) | public async Initialize(): Promise { method CurrentBranch (line 123) | public get CurrentBranch(): string { method CurrentRef (line 126) | public get CurrentRef(): string { method TeamProjectName (line 132) | public get TeamProjectName(): string { method RepoFolder (line 137) | public get RepoFolder(): string { method IsSsh (line 140) | public get IsSsh(): boolean { method IsTeamFoundation (line 143) | public get IsTeamFoundation(): boolean { method IsTeamServices (line 146) | public get IsTeamServices(): boolean { method RemoteUrl (line 149) | public get RemoteUrl(): string { method RepositoryParentFolder (line 152) | public get RepositoryParentFolder(): string { method Type (line 155) | public get Type(): RepositoryType { FILE: src/contexts/repocontextfactory.ts class RepositoryContextFactory (line 15) | class RepositoryContextFactory { method CreateRepositoryContext (line 18) | public static async CreateRepositoryContext(path: string, settings: Se... method UpdateRepositoryContext (line 51) | public static UpdateRepositoryContext(currentRepo: IRepositoryContext,... FILE: src/contexts/repositorycontext.ts type RepositoryType (line 9) | enum RepositoryType { type IRepositoryContext (line 16) | interface IRepositoryContext { FILE: src/contexts/servercontext.ts class TeamServerContext (line 12) | class TeamServerContext { method constructor (line 21) | constructor(remoteUrl: string) { method CredentialHandler (line 27) | public get CredentialHandler(): IRequestHandler { method CredentialHandler (line 30) | public set CredentialHandler(handler: IRequestHandler) { method RepoInfo (line 33) | public get RepoInfo(): RepositoryInfo { method RepoInfo (line 36) | public set RepoInfo(info: RepositoryInfo) { method UserInfo (line 39) | public get UserInfo(): UserInfo { method UserInfo (line 42) | public set UserInfo(info: UserInfo) { method CredentialInfo (line 45) | public get CredentialInfo(): CredentialInfo { method CredentialInfo (line 48) | public set CredentialInfo(info: CredentialInfo) { FILE: src/contexts/tfvccontext.ts class TfvcContext (line 14) | class TfvcContext implements IRepositoryContext { method constructor (line 25) | constructor(rootPath: string) { method Initialize (line 30) | public async Initialize(): Promise { method TeamProjectName (line 46) | public get TeamProjectName(): string { method TfvcRepository (line 50) | public get TfvcRepository(): TfvcRepository { method TfvcRepository (line 54) | public set TfvcRepository(newRepository: TfvcRepository) { method TfvcWorkspace (line 61) | public get TfvcWorkspace(): IWorkspace { method CurrentBranch (line 66) | public get CurrentBranch(): string { method CurrentRef (line 69) | public get CurrentRef(): string { method RepoFolder (line 74) | public get RepoFolder(): string { method IsSsh (line 77) | public get IsSsh(): boolean { method IsTeamFoundation (line 80) | public get IsTeamFoundation(): boolean { method IsTeamServices (line 83) | public get IsTeamServices(): boolean { method RemoteUrl (line 86) | public get RemoteUrl(): string { method RepositoryParentFolder (line 89) | public get RepositoryParentFolder(): string { method Type (line 92) | public get Type(): RepositoryType { method RemoteUrl (line 97) | public set RemoteUrl(remoteUrl: string) { FILE: src/credentialstore/credential.ts class Credential (line 9) | class Credential { method constructor (line 14) | constructor(service: string, username: string, password: string) { method Service (line 20) | public get Service() : string { method Username (line 23) | public get Username() : string { method Password (line 26) | public get Password() : string { FILE: src/credentialstore/credentialstore.ts class CredentialStore (line 21) | class CredentialStore implements ICredentialStore { method constructor (line 30) | constructor(prefix?: string, folder?: string, filename?: string) { method GetCredential (line 70) | public GetCredential(service: string) : Q.Promise { method SetCredential (line 74) | public SetCredential(service: string, username: string, password: any)... method RemoveCredential (line 105) | public RemoveCredential(service: string) : Q.Promise { method getCredentialByName (line 110) | public getCredentialByName(service: string, username: string) : Q.Prom... method removeCredentialByName (line 115) | public removeCredentialByName(service: string, username: string) : Q.P... FILE: src/credentialstore/interfaces/icredentialstore.ts type ICredentialStore (line 13) | interface ICredentialStore { FILE: src/credentialstore/linux/file-token-storage.ts class FileTokenStorage (line 17) | class FileTokenStorage { method constructor (line 20) | constructor(filename: string) { method AddEntries (line 24) | public AddEntries(newEntries: Array, existingEntries: Array)... method Clear (line 29) | public Clear() : Q.Promise { method LoadEntries (line 33) | public LoadEntries() : Q.Promise { method RemoveEntries (line 55) | public RemoveEntries(entriesToKeep: Array /*, entriesToRemove?: A... method saveEntries (line 59) | private saveEntries(entries: Array) : Q.Promise { FILE: src/credentialstore/linux/linux-file-api.ts class LinuxFileApi (line 23) | class LinuxFileApi implements ICredentialStore { method constructor (line 28) | constructor(folder: string, filename: string) { method GetCredential (line 34) | public GetCredential(service: string) : Q.Promise { method SetCredential (line 53) | public SetCredential(service: string, username: string, password: stri... method RemoveCredential (line 78) | public RemoveCredential(service: string) : Q.Promise { method getCredentialByName (line 100) | public getCredentialByName(service: string, username: string) : Q.Prom... method removeCredentialByName (line 119) | public removeCredentialByName(service: string, username: string) : Q.P... method createCredential (line 145) | private createCredential(cred: any) : Credential { method loadCredentials (line 149) | private loadCredentials() : Q.Promise { FILE: src/credentialstore/osx/osx-keychain-api.ts class OsxKeychainApi (line 21) | class OsxKeychainApi implements ICredentialStore { method constructor (line 24) | constructor(credentialPrefix: string) { method GetCredential (line 31) | public GetCredential(service: string) : Q.Promise { method SetCredential (line 66) | public SetCredential(service: string, username: string, password: stri... method RemoveCredential (line 80) | public RemoveCredential(service: string) : Q.Promise { method getCredentialByName (line 92) | public getCredentialByName(service: string, username: string) : Q.Prom... method removeCredentialByName (line 127) | public removeCredentialByName(service: string, username: string) : Q.P... method removeCredentials (line 155) | private removeCredentials(service: string): Q.Promise { method listCredentials (line 176) | private listCredentials(service? : string) : Q.Promise { method SetCredential (line 52) | public SetCredential(service: string, username: string, password: any)... method RemoveCredential (line 67) | public RemoveCredential(service: string) : Q.Promise { method getCredentialByName (line 88) | public getCredentialByName(service: string, username: string) : Q.Prom... method removeCredentialByName (line 110) | public removeCredentialByName(service: string, username: string) : Q.P... method createCredential (line 130) | private createCredential(cred: any) : Credential { method createTargetName (line 139) | private createTargetName(service: string, username: string) : string { method listCredentials (line 143) | private listCredentials() : Q.Promise> { FILE: src/credentialstore/win32/win-credstore-parser.js function fieldNameToPropertyName (line 29) | function fieldNameToPropertyName(fieldName) { function WinCredStoreParsingStream (line 44) | function WinCredStoreParsingStream() { function createParsingStream (line 104) | function createParsingStream() { FILE: src/credentialstore/win32/win-credstore.js function setPrefix (line 24) | function setPrefix(prefix) { function ensurePrefix (line 28) | function ensurePrefix(targetName) { function removePrefix (line 35) | function removePrefix(targetName) { function list (line 48) | function list() { function get (line 65) | function get(targetName, callback) { function set (line 105) | function set(targetName, credential, callback) { function remove (line 130) | function remove(targetName, callback) { FILE: src/extension.ts function activate (line 14) | async function activate(context: ExtensionContext) { FILE: src/extensionmanager.ts class ExtensionManager (line 37) | class ExtensionManager implements Disposable { method Initialize (line 50) | public async Initialize(): Promise { method RepoContext (line 64) | public get RepoContext(): IRepositoryContext { method ServerContext (line 68) | public get ServerContext(): TeamServerContext { method CredentialManager (line 72) | public get CredentialManager(): CredentialManager { method FeedbackClient (line 76) | public get FeedbackClient(): FeedbackClient { method Settings (line 80) | public get Settings(): Settings { method Team (line 84) | public get Team(): TeamExtension { method Tfvc (line 88) | public get Tfvc(): TfvcExtension { method Reinitialize (line 93) | public Reinitialize(): void { method SendFeedback (line 98) | public SendFeedback(): void { method ensureMinimalInitialization (line 104) | private ensureMinimalInitialization(): boolean { method EnsureInitializedForTFVC (line 120) | public EnsureInitializedForTFVC(): boolean { method EnsureInitialized (line 125) | public EnsureInitialized(expectedType: RepositoryType): boolean { method DisplayErrorMessage (line 163) | public DisplayErrorMessage(message?: string): boolean { method DisplayWarningMessage (line 172) | public DisplayWarningMessage(message: string): void { method ReportError (line 177) | public ReportError(err: Error, message: string, showToUser: boolean = ... method RunCommand (line 202) | public RunCommand(funcToTry: (args) => void, ...args: string[]): void { method displayNoCredentialsMessage (line 210) | private displayNoCredentialsMessage(): void { method formatErrorLogMessage (line 231) | private formatErrorLogMessage(err): string { method initializeExtension (line 239) | private async initializeExtension(reinitializing: boolean): Promise { method showFarewellMessage (line 462) | private async showFarewellMessage(): Promise { method initializeStatusBars (line 478) | private initializeStatusBars(): void { method initializeClients (line 494) | private async initializeClients(repoType: RepositoryType): Promise { method notifyBranchChanged (line 562) | private notifyBranchChanged(/*TODO: currentBranch: string*/): void { method setupFileSystemWatcherOnConfig (line 568) | private async setupFileSystemWatcherOnConfig(): Promise { method showFeedbackItem (line 620) | private showFeedbackItem(): void { method cleanup (line 627) | private cleanup(preserveTeamExtension: boolean = false): void { method dispose (line 665) | public dispose() { method SignOut (line 670) | public SignOut(): void { FILE: src/helpers/constants.ts class Constants (line 8) | class Constants { class CommandNames (line 24) | class CommandNames { class DeviceFlowConstants (line 46) | class DeviceFlowConstants { class TfvcCommandNames (line 53) | class TfvcCommandNames { class SettingNames (line 74) | class SettingNames { class TelemetryEvents (line 91) | class TelemetryEvents { class TfvcBaseTelemetryEvents (line 131) | class TfvcBaseTelemetryEvents { class TfvcTelemetryEvents (line 157) | class TfvcTelemetryEvents { class WellKnownRepositoryTypes (line 195) | class WellKnownRepositoryTypes { class WitQueries (line 199) | class WitQueries { class WitTypes (line 205) | class WitTypes { type MessageTypes (line 210) | enum MessageTypes { FILE: src/helpers/credentialmanager.ts class CredentialManager (line 15) | class CredentialManager { method constructor (line 19) | constructor() { method GetCredentialHandler (line 25) | public static GetCredentialHandler() : IRequestHandler { method GetCredentials (line 29) | public GetCredentials(context: TeamServerContext) : Q.Promise { method StoreCredentials (line 56) | public StoreCredentials(context:TeamServerContext, username: string, p... method getCredentials (line 67) | private getCredentials(context:TeamServerContext) : Q.Promise(name: string, defaultValue:T): T { method writeSetting (line 23) | protected writeSetting(name: string, value: any, global?: boolean): void { type IPinnedQuery (line 29) | interface IPinnedQuery { class PinnedQuerySettings (line 35) | class PinnedQuerySettings extends BaseSettings { method constructor (line 39) | constructor(account: string) { method getPinnedQuery (line 45) | private getPinnedQuery(account: string) : IPinnedQuery { method PinnedQuery (line 68) | public get PinnedQuery() : IPinnedQuery { type ISettings (line 73) | interface ISettings { class Settings (line 85) | class Settings extends BaseSettings implements ISettings { method constructor (line 96) | constructor() { method AppInsightsEnabled (line 120) | public get AppInsightsEnabled(): boolean { method AppInsightsKey (line 124) | public get AppInsightsKey(): string { method LoggingLevel (line 128) | public get LoggingLevel(): string { method PollingInterval (line 132) | public get PollingInterval(): number { method RemoteUrl (line 136) | public get RemoteUrl(): string { method TeamProject (line 140) | public get TeamProject(): string { method BuildDefinitionId (line 144) | public get BuildDefinitionId(): number { method ShowWelcomeMessage (line 148) | public get ShowWelcomeMessage(): boolean { method ShowWelcomeMessage (line 151) | public set ShowWelcomeMessage(value: boolean) { method ShowFarewellMessage (line 155) | public get ShowFarewellMessage(): boolean { method ShowFarewellMessage (line 158) | public set ShowFarewellMessage(value: boolean) { FILE: src/helpers/strings.ts class Strings (line 8) | class Strings { FILE: src/helpers/urlbuilder.ts class UrlBuilder (line 7) | class UrlBuilder { method Join (line 10) | public static Join(baseUrl: string, ...args: string[]): string { method AddQueryParams (line 32) | public static AddQueryParams(baseUrl: string, ...args: string[]) : str... method AddHashes (line 56) | public static AddHashes(baseUrl: string, ...args: string[]) : string { FILE: src/helpers/useragentprovider.ts class UserAgentProvider (line 10) | class UserAgentProvider { method UserAgent (line 13) | public static get UserAgent() : string { method VSCodeVersion (line 20) | public static set VSCodeVersion(vsCodeVersion: string) { FILE: src/helpers/utils.ts class Utils (line 16) | class Utils { method FormatMessage (line 18) | public static FormatMessage(message: string): string { method FindGitFolder (line 27) | public static FindGitFolder(startingPath: string, gitDir?: string): st... method GetBuildResultIcon (line 49) | public static GetBuildResultIcon(result: BuildResult) : string { method GetMessageForStatusCode (line 67) | public static GetMessageForStatusCode(reason: any, message?: string, p... method IsProxyEnabled (line 106) | public static IsProxyEnabled(): boolean { method IsProxyIssue (line 113) | public static IsProxyIssue(reason: any): boolean { method IsOffline (line 133) | public static IsOffline(reason: any): boolean { method IsUnauthorized (line 146) | public static IsUnauthorized(reason: any): boolean { method OpenUrl (line 156) | public static OpenUrl(url: string) : void { FILE: src/helpers/vscodeutils.interfaces.ts type IButtonMessageItem (line 9) | interface IButtonMessageItem { FILE: src/helpers/vscodeutils.ts class BaseQuickPickItem (line 13) | class BaseQuickPickItem implements QuickPickItem { class WorkItemQueryQuickPickItem (line 19) | class WorkItemQueryQuickPickItem extends BaseQuickPickItem { class ButtonMessageItem (line 24) | class ButtonMessageItem implements MessageItem, IButtonMessageItem { class VsCodeUtils (line 31) | class VsCodeUtils { method GetActiveSelection (line 33) | public static GetActiveSelection(): string { method ShowErrorMessage (line 51) | public static async ShowErrorMessage(message: string, ...urlMessageIte... method ShowInfoMessage (line 55) | public static async ShowInfoMessage(message: string, ...urlMessageItem... method ShowWarningMessage (line 59) | public static async ShowWarningMessage(message: string): Promise { method GetBuildDefinitions (line 32) | public async GetBuildDefinitions(teamProject: string): Promise { method GetBuildsByDefinitionId (line 45) | public async GetBuildsByDefinitionId(teamProject: string, definitionId... method GetBuildDefinitionUrl (line 54) | public static GetBuildDefinitionUrl(remoteUrl: string, definitionId: s... method GetBuildSummaryUrl (line 60) | public static GetBuildSummaryUrl(remoteUrl: string, buildId: string): ... method GetBuildDefinitionsUrl (line 67) | public static GetBuildDefinitionsUrl(remoteUrl: string): string { method GetBuildsUrl (line 73) | public static GetBuildsUrl(remoteUrl: string): string { FILE: src/services/coreapi.ts class CoreApiService (line 12) | class CoreApiService { method constructor (line 15) | constructor(remoteUrl: string) { method GetProjectCollection (line 20) | public async GetProjectCollection(collectionName: string): Promise { FILE: src/services/gitvc.ts class GitVcService (line 15) | class GitVcService { method constructor (line 24) | constructor(context: TeamServerContext) { method GetPullRequests (line 30) | public async GetPullRequests(repositoryId: string, creatorId?: string,... method GetRepositories (line 37) | public async GetRepositories(project: string): Promise { method GetFileBlameUrl (line 43) | public static GetFileBlameUrl(remoteUrl: string, currentFile: string, ... method GetFileHistoryUrl (line 51) | public static GetFileHistoryUrl(remoteUrl: string, currentFile: string... method GetRepositoryHistoryUrl (line 59) | public static GetRepositoryHistoryUrl(remoteUrl: string, currentBranch... method GetCreatePullRequestUrl (line 67) | public static GetCreatePullRequestUrl(remoteUrl: string, currentBranch... method GetPullRequestDiscussionUrl (line 74) | public static GetPullRequestDiscussionUrl(repositoryUrl: string, reque... method GetPullRequestsUrl (line 82) | public static GetPullRequestsUrl(repositoryUrl: string): string { method GetPullRequestScore (line 88) | public static GetPullRequestScore(pullRequest: GitPullRequest): PullRe... type PullRequestScore (line 132) | enum PullRequestScore { FILE: src/services/telemetry.ts class Telemetry (line 17) | class Telemetry { method Initialize (line 30) | public static Initialize(settings: Settings, context?: TeamServerConte... method SendEvent (line 56) | public static SendEvent(event: string, properties?: any): void { method SendFeedback (line 64) | public static SendFeedback(event: string, properties?: any): void { method SendException (line 71) | public static SendException(err: Error, properties?: any): void { method ensureInitialized (line 80) | private static ensureInitialized(): void { method setUserId (line 87) | private static setUserId(): void { method setCommonProperties (line 102) | private static setCommonProperties(): void { FILE: src/services/workitemtracking.ts class WorkItemTrackingService (line 17) | class WorkItemTrackingService { method constructor (line 20) | constructor(context: TeamServerContext) { method CreateWorkItem (line 25) | public async CreateWorkItem(context: TeamServerContext, itemType: stri... method GetWorkItems (line 33) | public async GetWorkItems(teamProject: string, wiql: string): Promise<... method GetWorkItemHierarchyItems (line 38) | public async GetWorkItemHierarchyItems(teamProject: string): Promise { method execWorkItemQuery (line 80) | private async execWorkItemQuery(teamProject: string, wiql: Wiql): Prom... method GetQueryResultCount (line 127) | public async GetQueryResultCount(teamProject: string, wiql: string): P... method GetEditWorkItemUrl (line 144) | public static GetEditWorkItemUrl(teamProjectUrl: string, workItemId: s... method GetNewWorkItemUrl (line 149) | public static GetNewWorkItemUrl(teamProjectUrl: string, issueType: str... method GetMyQueryResultsUrl (line 166) | public static GetMyQueryResultsUrl(teamProjectUrl: string, folderName:... method GetWorkItemsBaseUrl (line 171) | public static GetWorkItemsBaseUrl(teamProjectUrl: string): string { class SimpleWorkItem (line 180) | class SimpleWorkItem { class WorkItemFields (line 187) | class WorkItemFields { FILE: src/team-extension.ts class TeamExtension (line 27) | class TeamExtension { method constructor (line 41) | constructor(manager: ExtensionManager) { method DisplayCurrentBranchBuildStatus (line 46) | public DisplayCurrentBranchBuildStatus(): void { method GetMyPullRequests (line 55) | public GetMyPullRequests(): void { method IsSignedOut (line 67) | public get IsSignedOut(): boolean { method requestPersonalAccessToken (line 74) | private async requestPersonalAccessToken(): Promise { method Signin (line 145) | public async Signin() { method Signout (line 212) | public Signout() { method OpenBlamePage (line 232) | public OpenBlamePage(): void { method OpenBuildSummaryPage (line 243) | public OpenBuildSummaryPage(): void { method OpenFileHistory (line 252) | public OpenFileHistory(): void { method OpenNewBug (line 267) | public OpenNewBug(): void { method OpenNewPullRequest (line 278) | public OpenNewPullRequest(): void { method OpenNewTask (line 289) | public OpenNewTask(): void { method OpenNewWorkItem (line 301) | public OpenNewWorkItem(): void { method OpenTeamProjectWebSite (line 311) | public OpenTeamProjectWebSite(): void { method RefreshPollingStatus (line 322) | public RefreshPollingStatus(): void { method ViewMyWorkItems (line 331) | public ViewMyWorkItems(): void { method ViewPinnedQueryWorkItems (line 340) | public ViewPinnedQueryWorkItems(): void { method ViewWorkItems (line 351) | public ViewWorkItems(): void { method AssociateWorkItems (line 359) | public async AssociateWorkItems(): Promise { method appendToCheckinMessage (line 374) | private appendToCheckinMessage(line: string): void { method getDefaultUsername (line 385) | private getDefaultUsername() : string { method InitializeStatusBars (line 404) | public InitializeStatusBars() { method InitializeClients (line 433) | public InitializeClients(repoType: RepositoryType) : void { method chooseWorkItems (line 451) | private async chooseWorkItems(): Promise { method pollBuildStatus (line 455) | private pollBuildStatus(): void { method pollMyPullRequests (line 462) | private pollMyPullRequests(): void { method pollPinnedQuery (line 475) | private pollPinnedQuery(): void { method refreshPollingItems (line 483) | private refreshPollingItems(): void { method startPolling (line 490) | private startPolling(): void { method withSourceControlInputBox (line 501) | private withSourceControlInputBox(fn: (input: SourceControlInputBox) =... method NotifyBranchChanged (line 519) | public NotifyBranchChanged(/*TODO: currentBranch: string*/) : void { method cleanup (line 523) | public cleanup(): void { method dispose (line 546) | dispose() { FILE: src/tfvc/commands/add.ts class Add (line 17) | class Add implements ITfvcCommand { method constructor (line 21) | public constructor(serverContext: TeamServerContext, itemPaths: string... method GetArguments (line 27) | public GetArguments(): IArgumentProvider { method GetOptions (line 32) | public GetOptions(): any { method ParseOutput (line 42) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 25) | public constructor(serverContext: TeamServerContext, files: string[], ... method GetArguments (line 33) | public GetArguments(): IArgumentProvider { method GetOptions (line 45) | public GetOptions(): any { method getComment (line 49) | private getComment(): string { method getAssociatedWorkItems (line 54) | private getAssociatedWorkItems(): string { method ParseOutput (line 81) | public async ParseOutput(executionResult: IExecutionResult): Promise { method TrimToXml (line 177) | public static TrimToXml(xml: string): string { method normalizeName (line 188) | private static normalizeName(name: string): string { method IsFilePath (line 199) | public static IsFilePath(line: string): boolean { method GetFilePath (line 212) | public static GetFilePath(filePath: string, filename: string, pathRoot... FILE: src/tfvc/commands/delete.ts class Delete (line 18) | class Delete implements ITfvcCommand { method constructor (line 22) | public constructor(serverContext: TeamServerContext, itemPaths: string... method GetArguments (line 28) | public GetArguments(): IArgumentProvider { method GetOptions (line 33) | public GetOptions(): any { method ParseOutput (line 63) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 24) | public constructor(serverContext: TeamServerContext, itemPath: string) { method GetArguments (line 30) | public GetArguments(): IArgumentProvider { method GetOptions (line 38) | public GetOptions(): any { method ParseOutput (line 48) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 25) | public constructor(localPath: string, restrictWorkspace: boolean = fal... method GetArguments (line 31) | public GetArguments(): IArgumentProvider { method GetOptions (line 45) | public GetOptions(): any { method ParseOutput (line 58) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 25) | public constructor(serverContext: TeamServerContext, localPath: string... method GetArguments (line 34) | public GetArguments(): IArgumentProvider { method GetOptions (line 43) | public GetOptions(): any { method ParseOutput (line 47) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 23) | public constructor(serverContext: TeamServerContext, itemPaths: string... method GetArguments (line 29) | public GetArguments(): IArgumentProvider { method GetOptions (line 34) | public GetOptions(): any { method ParseOutput (line 57) | public async ParseOutput(executionResult: IExecutionResult): Promise { method GetArguments (line 21) | public GetArguments(): IArgumentProvider { method GetOptions (line 26) | public GetOptions(): any { method ParseOutput (line 30) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 22) | public constructor(serverContext: TeamServerContext, sourcePath: strin... method GetArguments (line 30) | public GetArguments(): IArgumentProvider { method GetOptions (line 36) | public GetOptions(): any { method ParseOutput (line 59) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 25) | public constructor(serverContext: TeamServerContext, itemPaths: string... method GetArguments (line 33) | public GetArguments(): IArgumentProvider { method GetOptions (line 40) | public GetOptions(): any { method ParseOutput (line 50) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 25) | public constructor(serverContext: TeamServerContext, ignoreFolders: bo... method GetArguments (line 31) | public GetArguments(): IArgumentProvider { method GetOptions (line 45) | public GetOptions(): any { method ParseOutput (line 62) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 25) | public constructor(serverContext: TeamServerContext, itemPaths: string... method GetArguments (line 32) | public GetArguments(): IArgumentProvider { method GetOptions (line 44) | public GetOptions(): any { method ParseOutput (line 68) | public async ParseOutput(executionResult: IExecutionResult): Promise { method constructor (line 21) | public constructor(serverContext: TeamServerContext, itemPaths: string... method GetArguments (line 27) | public GetArguments(): IArgumentProvider { method GetOptions (line 38) | public GetOptions(): any { method ParseOutput (line 47) | public async ParseOutput(executionResult: IExecutionResult): Promise { FILE: src/tfvc/scm/commithoverprovider.ts function isSCMInput (line 12) | function isSCMInput(uri: Uri) { type Diagnostic (line 16) | interface Diagnostic { class CommitHoverProvider (line 21) | class CommitHoverProvider implements HoverProvider { method constructor (line 29) | constructor() { method message (line 42) | public get message(): string | undefined { method message (line 50) | public set message(message: string | undefined) { method onVisibleTextEditors (line 64) | private onVisibleTextEditors(editors: TextEditor[]): void { method update (line 81) | private update(): void { method provideHover (line 88) | provideHover(document: TextDocument, position: Position): Hover | unde... method dispose (line 98) | dispose(): void { FILE: src/tfvc/scm/decorationprovider.ts class DecorationProvider (line 11) | class DecorationProvider { method getDecorations (line 14) | public static getDecorations(statuses: Status[], conflictType?: Confli... method getDominantStatus (line 22) | private static getDominantStatus(statuses: Status[]) { method getIconUri (line 48) | private static getIconUri(iconName: string, theme: string): Uri { method getIconPath (line 52) | private static getIconPath(status: Status, theme: string): Uri | undef... method useStrikeThrough (line 66) | private static useStrikeThrough(status: Status, conflictType: Conflict... FILE: src/tfvc/scm/model.ts class Model (line 21) | class Model implements Disposable { method onDidChange (line 29) | public get onDidChange(): Event { method constructor (line 37) | public constructor(repositoryRoot: string, repository: TfvcRepository,... method dispose (line 56) | public dispose() { method ConflictsGroup (line 63) | public get ConflictsGroup(): ConflictsGroup { return this._conflictsGr... method IncludedGroup (line 64) | public get IncludedGroup(): IncludedGroup { return this._includedGroup; } method ExcludedGroup (line 65) | public get ExcludedGroup(): ExcludedGroup { return this._excludedGroup; } method Resources (line 67) | public get Resources(): ResourceGroup[] { method status (line 77) | private async status(): Promise { method onFileSystemChange (line 89) | private onFileSystemChange(/*TODO: uri: Uri*/): void { method run (line 93) | private async run(fn: () => Promise): Promise { method Exclude (line 105) | public async Exclude(paths: string[]): Promise { method Unexclude (line 118) | public async Unexclude(paths: string[]): Promise { method Refresh (line 130) | public async Refresh(): Promise { method update (line 134) | private async update(): Promise { method conflictMatchesPendingChange (line 195) | private conflictMatchesPendingChange(change: IPendingChange, conflict:... FILE: src/tfvc/scm/resource.ts class Resource (line 17) | class Resource implements SourceControlResourceState { method constructor (line 24) | constructor(change: IPendingChange, conflict: IConflict) { method PendingChange (line 35) | public get PendingChange(): IPendingChange { return this._change; } method Statuses (line 36) | public get Statuses(): Status[] { return this._statuses; } method ConflictType (line 37) | public get ConflictType(): ConflictType { return this._conflictType; } method HasStatus (line 39) | public HasStatus(status: Status): boolean { method IsVersioned (line 43) | get IsVersioned(): boolean { return this._version !== "0"; } method GetServerUri (line 48) | public GetServerUri(): Uri { method GetTitle (line 55) | public GetTitle(): string { method resourceUri (line 87) | get resourceUri(): Uri { return this._uri; } method decorations (line 88) | get decorations(): SourceControlResourceDecorations { method command (line 93) | get command(): Command { FILE: src/tfvc/scm/resourcegroups.ts method id (line 11) | get id(): string { return this._id; } method label (line 12) | get label(): string { return this._label; } method resources (line 13) | get resources(): Resource[] { return this._resources; } method constructor (line 15) | public constructor(private _id: string, class ConflictsGroup (line 21) | class ConflictsGroup extends ResourceGroup { method constructor (line 24) | constructor(resources: Resource[]) { class IncludedGroup (line 29) | class IncludedGroup extends ResourceGroup { method constructor (line 32) | constructor(resources: Resource[]) { class ExcludedGroup (line 37) | class ExcludedGroup extends ResourceGroup { method constructor (line 40) | constructor(resources: Resource[]) { FILE: src/tfvc/scm/status.ts function GetStatuses (line 7) | function GetStatuses(statusText: string): Status[] { type Status (line 33) | enum Status { type ConflictType (line 46) | enum ConflictType { FILE: src/tfvc/scm/tfvccontentprovider.ts class TfvcContentProvider (line 14) | class TfvcContentProvider { method onDidChange (line 20) | get onDidChange(): Event { return this._onDidChangeEmitter.event; } method constructor (line 22) | constructor(repository: TfvcRepository, rootPath: string, onTfvcChange... method fireChangeEvents (line 31) | private fireChangeEvents(): void { method provideTextDocumentContent (line 39) | async provideTextDocumentContent(uri: Uri): Promise { method dispose (line 64) | dispose(): void { FILE: src/tfvc/tfcommandlinerunner.ts class TfCommandLineRunner (line 29) | class TfCommandLineRunner { method CreateRepository (line 33) | public static CreateRepository(serverContext: TeamServerContext, repos... method GetCommandLine (line 38) | public static GetCommandLine(localPath?: string): ITfCommandLine { method CheckVersion (line 98) | public static CheckVersion(tfvc: ITfCommandLine, version: string): void { method Exec (line 127) | public static async Exec(tfvc: ITfCommandLine, cwd: string, args: IArg... method DisposeStatics (line 145) | public static DisposeStatics() { method run (line 165) | private static async run(tfvc: ITfCommandLine, args: IArgumentProvider... method getMatchingTfInstance (line 187) | private static async getMatchingTfInstance(tfvc: ITfCommandLine, optio... method startNewTfInstance (line 200) | private static async startNewTfInstance(tfvc: ITfCommandLine, options:... method optionsMatch (line 208) | private static optionsMatch(options1: any, options2: any): boolean { method spawn (line 212) | private static async spawn(location: string, options: any): Promise { method Delete (line 59) | public async Delete(uri?: Uri): Promise { method Exclude (line 85) | public async Exclude(resources?: Resource[]): Promise { method Include (line 100) | public async Include(resources?: Resource[]): Promise { method Open (line 148) | public async Open(resource?: Resource): Promise { method OpenDiff (line 172) | public async OpenDiff(resource?: Resource): Promise { method OpenFile (line 182) | public async OpenFile(resource?: Resource): Promise { method Refresh (line 192) | public async Refresh(): Promise { method Rename (line 203) | public async Rename(uri?: Uri): Promise { method Resolve (line 232) | public async Resolve(resource: Resource, autoResolveType: AutoResolveT... method ShowOutput (line 252) | public async ShowOutput(): Promise { method Sync (line 260) | public async Sync(): Promise { method Undo (line 275) | public async Undo(resources?: Resource[]): Promise { method UndoAll (line 305) | public async UndoAll(): Promise { method ViewHistory (line 326) | public async ViewHistory(): Promise { method displayErrors (line 371) | private async displayErrors(funcToTry: (prefix) => Promise, pref... method InitializeClients (line 402) | public async InitializeClients(repoType: RepositoryType): Promise { method showRepositoryHistory (line 412) | private showRepositoryHistory(): void { method dispose (line 419) | dispose() { FILE: src/tfvc/tfvcerror.ts class TfvcError (line 11) | class TfvcError { method CreateArgumentMissingError (line 21) | public static CreateArgumentMissingError(argumentName: string): TfvcEr... method CreateInvalidStateError (line 32) | public static CreateInvalidStateError(): TfvcError { method CreateUnknownError (line 39) | public static CreateUnknownError(err: Error) { method constructor (line 47) | public constructor(data: ITfvcErrorData) { method toString (line 68) | public toString(): string { class TfvcErrorCodes (line 83) | class TfvcErrorCodes { method MissingArgument (line 84) | public static get MissingArgument(): string { return "MissingArgument"; } method AuthenticationFailed (line 85) | public static get AuthenticationFailed(): string { return "Authenticat... method NotAuthorizedToAccess (line 86) | public static get NotAuthorizedToAccess(): string { return "NotAuthori... method NotATfvcRepository (line 87) | public static get NotATfvcRepository(): string { return "NotATfvcRepos... method NotAnEnuTfCommandLine (line 88) | public static get NotAnEnuTfCommandLine(): string { return "NotAnEnuTf... method LocationMissing (line 89) | public static get LocationMissing(): string { return "TfvcLocationMiss... method NotFound (line 90) | public static get NotFound(): string { return "TfvcNotFound"; } method MinVersionWarning (line 91) | public static get MinVersionWarning(): string { return "TfvcMinVersion... method RepositoryNotFound (line 92) | public static get RepositoryNotFound(): string { return "RepositoryNot... method FileNotInMappings (line 93) | public static get FileNotInMappings(): string { return "FileNotInMappi... method FileNotInWorkspace (line 94) | public static get FileNotInWorkspace(): string { return "FileNotInWork... method InInvalidState (line 95) | public static get InInvalidState(): string { return "TfvcInInvalidStat... method NoItemsMatch (line 96) | public static get NoItemsMatch(): string { return "TfvcNoItemsMatch"; } method UnknownError (line 97) | public static get UnknownError(): string { return "UnknownError"; } method WorkspaceNotKnownToClc (line 98) | public static get WorkspaceNotKnownToClc(): string { return "Workspace... FILE: src/tfvc/tfvcoutput.ts class TfvcOutput (line 9) | class TfvcOutput { method CreateChannel (line 12) | public static async CreateChannel(disposables: Disposable[]): Promise<... method AppendLine (line 23) | public static AppendLine(line: string) { method Show (line 29) | public static Show() { FILE: src/tfvc/tfvcrepository.ts class TfvcRepository (line 33) | class TfvcRepository { method constructor (line 42) | public constructor(serverContext: TeamServerContext, tfCommandLine: IT... method TfvcLocation (line 57) | public get TfvcLocation(): string { method HasContext (line 61) | public get HasContext(): boolean { method IsExe (line 65) | public get IsExe(): boolean { method Path (line 69) | public get Path(): string { method RestrictWorkspace (line 73) | public get RestrictWorkspace(): boolean { method Add (line 77) | public async Add(itemPaths: string[]): Promise { method Checkin (line 83) | public async Checkin(files: string[], comment: string, workItemIds: nu... method Delete (line 89) | public async Delete(itemPaths: string[]): Promise { method FindConflicts (line 95) | public async FindConflicts(itemPath?: string): Promise { method FindWorkspace (line 101) | public async FindWorkspace(localPath: string): Promise { method GetInfo (line 107) | public async GetInfo(itemPaths: string[]): Promise { method GetFileContent (line 113) | public async GetFileContent(itemPath: string, versionSpec?: string): P... method GetStatus (line 119) | public async GetStatus(ignoreFiles?: boolean): Promise { method CheckVersion (line 153) | public async CheckVersion(): Promise { method RunCommand (line 166) | public async RunCommand(cmd: ITfvcCommand): Promise { method exec (line 182) | private async exec(args: IArgumentProvider, options: any = {}): Promis... FILE: src/tfvc/tfvcscmprovider.ts class TfvcSCMProvider (line 29) | class TfvcSCMProvider { method constructor (line 39) | constructor(extensionManager: ExtensionManager) { method ClearCheckinMessage (line 44) | public static ClearCheckinMessage(): void { method GetCheckinInfo (line 48) | public static GetCheckinInfo(): ICheckinInfo { method getWorkItemIdsFromMessage (line 76) | private static getWorkItemIdsFromMessage(message: string) { method Exclude (line 96) | public static async Exclude(paths: string[]): Promise { method Refresh (line 102) | public static async Refresh(): Promise { method Unexclude (line 108) | public static async Unexclude(paths: string[]): Promise { method Initialize (line 119) | public async Initialize(): Promise { method onDidModelChange (line 142) | private onDidModelChange(): void { method Reinitialize (line 153) | public async Reinitialize(): Promise { method setup (line 158) | private async setup(): Promise { method cleanup (line 210) | private cleanup() { method onDidChange (line 224) | get onDidChange(): Event { method count (line 228) | public get count(): number { method dispose (line 233) | dispose(): void { method HasItems (line 245) | public static HasItems(): boolean { method GetLeftResource (line 258) | public static GetLeftResource(resource: Resource): Uri { method GetRightResource (line 271) | public static GetRightResource(resource: Resource): Uri { method getProviderInstance (line 280) | private static getProviderInstance(): TfvcSCMProvider { method OpenDiff (line 290) | public static async OpenDiff(resource: Resource): Promise { FILE: src/tfvc/tfvcsettings.ts class TfvcSettings (line 13) | class TfvcSettings extends BaseSettings { method constructor (line 18) | constructor() { method Location (line 34) | public get Location(): string { method Proxy (line 38) | public get Proxy(): string { method RestrictWorkspace (line 42) | public get RestrictWorkspace(): boolean { class SettingNames (line 47) | class SettingNames { method Location (line 48) | public static get Location(): string { return "tfvc.location"; } method Proxy (line 49) | public static get Proxy(): string { return "tfvc.proxy"; } method RestrictWorkspace (line 50) | public static get RestrictWorkspace(): string { return "tfvc.restrictW... FILE: src/tfvc/tfvcversion.ts class TfvcVersion (line 10) | class TfvcVersion { method FromString (line 18) | public static FromString(version: string): TfvcVersion { method Compare (line 27) | public static Compare(version1: TfvcVersion, version2: TfvcVersion): n... method constructor (line 40) | public constructor(major: number, minor: number, revision: number, bui... method Major (line 47) | public get Major(): number { return this._major; } method Minor (line 48) | public get Minor(): number { return this._minor; } method Revision (line 49) | public get Revision(): number { return this._revision; } method Build (line 50) | public get Build(): string { return this._build; } method ToString (line 52) | public ToString(): string { FILE: src/tfvc/uihelper.ts class UIHelper (line 14) | class UIHelper { method ChoosePendingChange (line 15) | public static async ChoosePendingChange(changes: IPendingChange[]): Pr... method ShowSyncResults (line 53) | public static async ShowSyncResults(syncResults: ISyncResults, showPop... method isSyncError (line 82) | private static isSyncError(type: SyncType): boolean { method GetDisplayTextForSyncType (line 97) | public static GetDisplayTextForSyncType(type: SyncType): string { method GetDisplayTextForAutoResolveType (line 109) | public static GetDisplayTextForAutoResolveType(type: AutoResolveType):... method GetFileName (line 121) | public static GetFileName(change: IPendingChange): string { method GetRelativePath (line 130) | public static GetRelativePath(change: IPendingChange): string { method PromptForConfirmation (line 138) | public static async PromptForConfirmation(message: string, okButtonTex... FILE: src/tfvc/util.ts function log (line 10) | function log(...args: any[]): void { type IDisposable (line 14) | interface IDisposable { function dispose (line 18) | function dispose(disposables: T[]): T[] { function toDisposable (line 23) | function toDisposable(dispose: () => void): IDisposable { function combinedDisposable (line 27) | function combinedDisposable(disposables: IDisposable[]): IDisposable { function mapEvent (line 31) | function mapEvent(event: Event, map: (i: I) => O): Event { function filterEvent (line 35) | function filterEvent(event: Event, filter: (e: T) => boolean): Eve... function anyEvent (line 39) | function anyEvent(...events: Event[]): Event { function done (line 43) | function done(promise: Promise): Promise { function once (line 47) | function once(event: Event): Event { function eventToPromise (line 61) | function eventToPromise(event: Event): Promise { FILE: test-integration/helpers-integration/mocks.ts class Mocks (line 11) | class Mocks { method TeamServerContext (line 13) | public static TeamServerContext(repositoryUrl: string): TeamServerCont... method RepositoryInfo (line 17) | public static RepositoryInfo(): RepositoryInfo { FILE: test-integration/helpers-integration/testsettings.ts class TestSettings (line 7) | class TestSettings { method SuiteTimeout (line 8) | public static get SuiteTimeout(): number { method TestTimeout (line 13) | public static get TestTimeout(): number { method Password (line 18) | public static get Password(): string { method SettingsPassword (line 30) | public static get SettingsPassword(): string { method Account (line 34) | public static get Account(): string { method AccountUrl (line 39) | public static get AccountUrl(): string { method AccountUser (line 44) | public static get AccountUser(): string { method BuildDefinitionId (line 49) | public static get BuildDefinitionId(): number { method BuildId (line 54) | public static get BuildId(): number { method CollectionName (line 59) | public static get CollectionName(): string { method RemoteRepositoryUrl (line 64) | public static get RemoteRepositoryUrl(): string { method RemoteTfvcRepositoryUrl (line 69) | public static get RemoteTfvcRepositoryUrl(): string { method RepositoryId (line 74) | public static get RepositoryId(): string { method RepositoryName (line 79) | public static get RepositoryName(): string { method TeamProject (line 84) | public static get TeamProject(): string { method WorkItemId (line 89) | public static get WorkItemId(): number { method WorkItemQueryId (line 94) | public static get WorkItemQueryId(): string { method WorkItemLinkQueryPath (line 99) | public static get WorkItemLinkQueryPath(): string { method WorkItemQueryPath (line 104) | public static get WorkItemQueryPath(): string { method WorkItemTwoHundredTasksQueryPath (line 109) | public static get WorkItemTwoHundredTasksQueryPath(): string { method WorkItemZeroResultsQueryPath (line 114) | public static get WorkItemZeroResultsQueryPath(): string { method ProjectGuid (line 119) | public static get ProjectGuid(): string { method CollectionGuid (line 124) | public static get CollectionGuid(): string { FILE: test/contexts/contexthelper.ts class SettingsMock (line 10) | class SettingsMock implements ISettings { method constructor (line 12) | constructor(public AppInsightsEnabled: boolean, public AppInsightsKey:...