C# Class Octopus.Cli.Exporters.ExporterLocator

Inheritance: IExporterLocator
Mostra file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
ExporterLocator ( ILifetimeScope lifetimeScope ) : System
Find ( string name, IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : IExporter
List ( ) : IExporterMetadata[]

Method Details

ExporterLocator() public method

public ExporterLocator ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
return System

Find() public method

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

List() public method

public List ( ) : IExporterMetadata[]
return IExporterMetadata[]