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

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

공개 메소드들

메소드 설명
ReleaseImporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System

보호된 메소드들

메소드 설명
Import ( string>.Dictionary paramDictionary ) : System.Threading.Tasks.Task
Validate ( string>.Dictionary paramDictionary ) : Task

메소드 상세

Import() 보호된 메소드

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

ReleaseImporter() 공개 메소드

public ReleaseImporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System
repository IOctopusAsyncRepository
fileSystem IOctopusFileSystem
log ILogger
리턴 System

Validate() 보호된 메소드

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