C# Class Tp.Tfs.LegacyProfileConversion.LegacyRevisionsImporter

Inheritance: LegacyProfileConvertor
Show file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
LegacyRevisionsImporter ( IConvertorArgs args, IAccountCollection accountCollection, ILogManager logManager, PluginInitializer initializer ) : System

Protected Methods

Method Description
ExecuteForProfile ( PluginProfile legacyProfile, IAccount account ) : void
GetLegacyProfiles ( ) : IEnumerable

Private Methods

Method Description
GetProfile ( IAccount account, PluginProfile legacyProfile ) : IProfile

Method Details

ExecuteForProfile() protected method

protected ExecuteForProfile ( PluginProfile legacyProfile, IAccount account ) : void
legacyProfile Tp.LegacyProfileConvertsion.Common.PluginProfile
account IAccount
return void

GetLegacyProfiles() protected method

protected GetLegacyProfiles ( ) : IEnumerable
return IEnumerable

LegacyRevisionsImporter() public method

public LegacyRevisionsImporter ( IConvertorArgs args, IAccountCollection accountCollection, ILogManager logManager, PluginInitializer initializer ) : System
args IConvertorArgs
accountCollection IAccountCollection
logManager ILogManager
initializer Tp.Integration.Plugin.Common.PluginLifecycle.PluginInitializer
return System