C# Класс Tp.SourceControl.Commands.AutomapVcsToTpUsersCommand

Наследование: IPluginCommand
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
FindByEmail Tp.SourceControl.Commands.TpUserMappingInfo
FindByLogin Tp.SourceControl.Commands.TpUserMappingInfo
FindByName Tp.SourceControl.Commands.TpUserMappingInfo
GetMatchedUserLookup Tp.Integration.Plugin.Common.Mapping.MappingLookup
GetVcsUnmappedUsersCount int
UpdateResultComment void
UpdateWithMappedSvnAuthors void
UpdateWithUnmappedSvnAuthors void

Открытые методы

Метод Описание
AutomapVcsToTpUsersCommand ( IPluginMetadata pluginMetadata, IVersionControlSystemFactory vcsFactory ) : System.Collections.Generic
Execute ( string args, UserDTO user ) : PluginCommandResponseMessage

Приватные методы

Метод Описание
FindByEmail ( string author, IEnumerable tpUsers ) : Tp.SourceControl.Commands.TpUserMappingInfo
FindByLogin ( string author, IEnumerable tpUsers ) : Tp.SourceControl.Commands.TpUserMappingInfo
FindByName ( string author, IEnumerable tpUsers ) : Tp.SourceControl.Commands.TpUserMappingInfo
GetMatchedUserLookup ( string author, List tpUsers ) : MappingLookup
GetVcsUnmappedUsersCount ( IEnumerable allSvnAuthors, IEnumerable mappedSvnAuthors ) : int
UpdateResultComment ( AutomapVcsToTpUsersCommandResponse result, IEnumerable authors ) : void
UpdateWithMappedSvnAuthors ( AutomapVcsToTpUsersCommandResponse result, IEnumerable authors ) : void
UpdateWithUnmappedSvnAuthors ( AutomapVcsToTpUsersCommandResponse result, IEnumerable authors ) : void

Описание методов

AutomapVcsToTpUsersCommand() публичный Метод

public AutomapVcsToTpUsersCommand ( IPluginMetadata pluginMetadata, IVersionControlSystemFactory vcsFactory ) : System.Collections.Generic
pluginMetadata IPluginMetadata
vcsFactory IVersionControlSystemFactory
Результат System.Collections.Generic

Execute() публичный Метод

public Execute ( string args, UserDTO user ) : PluginCommandResponseMessage
args string
user UserDTO
Результат Tp.Integration.Messages.Commands.PluginCommandResponseMessage