C# 클래스 Octopus.Cli.Exporters.ExporterLocator

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

공개 메소드들

메소드 설명
ExporterLocator ( ILifetimeScope lifetimeScope ) : System
Find ( string name, IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : IExporter
List ( ) : IExporterMetadata[]

메소드 상세

ExporterLocator() 공개 메소드

public ExporterLocator ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
리턴 System

Find() 공개 메소드

public Find ( string name, IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : IExporter
name string
repository IOctopusAsyncRepository
fileSystem IOctopusFileSystem
log ILogger
리턴 IExporter

List() 공개 메소드

public List ( ) : IExporterMetadata[]
리턴 IExporterMetadata[]