C# Class Octopus.Cli.Importers.BaseImporter

Inheritance: IImporter
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode Description
Import ( ) : System.Threading.Tasks.Task
Validate ( ) : Task

Méthodes protégées

Méthode Description
BaseImporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System
Import ( string>.Dictionary paramDictionary ) : System.Threading.Tasks.Task
Validate ( string>.Dictionary paramDictionary ) : Task

Private Methods

Méthode Description
ParseParameters ( IEnumerable parameters ) : string>.Dictionary

Method Details

BaseImporter() protected méthode

protected BaseImporter ( IOctopusAsyncRepository repository, IOctopusFileSystem fileSystem, ILogger log ) : System
repository IOctopusAsyncRepository
fileSystem IOctopusFileSystem
log ILogger
Résultat System

Import() public méthode

public Import ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Import() protected méthode

protected Import ( string>.Dictionary paramDictionary ) : System.Threading.Tasks.Task
paramDictionary string>.Dictionary
Résultat System.Threading.Tasks.Task

Validate() public méthode

public Validate ( ) : Task
Résultat Task

Validate() protected méthode

protected Validate ( string>.Dictionary paramDictionary ) : Task
paramDictionary string>.Dictionary
Résultat Task