C# Class Octopus.Cli.Exporters.ReleaseExporter

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

Public Methods

Method Description
ReleaseExporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System

Protected Methods

Method Description
Export ( string>.Dictionary paramDictionary ) : Task

Method Details

Export() protected method

protected Export ( string>.Dictionary paramDictionary ) : Task
paramDictionary string>.Dictionary
return Task

ReleaseExporter() public method

public ReleaseExporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System
repository IOctopusAsyncRepository
fileSystem IOctopusFileSystem
log ILogger
return System