C# 클래스 Octopus.Cli.Importers.BaseImporter

상속: IImporter
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
Import ( ) : System.Threading.Tasks.Task
Validate ( ) : Task

보호된 메소드들

메소드 설명
BaseImporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System
Import ( string>.Dictionary paramDictionary ) : System.Threading.Tasks.Task
Validate ( string>.Dictionary paramDictionary ) : Task

비공개 메소드들

메소드 설명
ParseParameters ( IEnumerable parameters ) : string>.Dictionary

메소드 상세

BaseImporter() 보호된 메소드

protected BaseImporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System
repository IOctopusAsyncRepository
fileSystem IOctopusFileSystem
log ILogger
리턴 System

Import() 공개 메소드

public Import ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Import() 보호된 메소드

protected Import ( string>.Dictionary paramDictionary ) : System.Threading.Tasks.Task
paramDictionary string>.Dictionary
리턴 System.Threading.Tasks.Task

Validate() 공개 메소드

public Validate ( ) : Task
리턴 Task

Validate() 보호된 메소드

protected Validate ( string>.Dictionary paramDictionary ) : Task
paramDictionary string>.Dictionary
리턴 Task