C# Class Goose.Core.Action.PowerShell.PowerShellGooseActionFactory

Inheritance: IGooseActionFactory
Afficher le fichier Open project: sebastianhallen/Goose

Méthodes publiques

Méthode Description
Create ( ActionConfiguration configuration, IEnumerable files ) : IEnumerable
PowerShellGooseActionFactory ( IPowerShellTaskFactory powerShellTaskFactory, IShellCommandBuilder commandBuilder ) : System.Collections.Generic

Method Details

Create() public méthode

public Create ( ActionConfiguration configuration, IEnumerable files ) : IEnumerable
configuration Goose.Core.Configuration.ActionConfiguration
files IEnumerable
Résultat IEnumerable

PowerShellGooseActionFactory() public méthode

public PowerShellGooseActionFactory ( IPowerShellTaskFactory powerShellTaskFactory, IShellCommandBuilder commandBuilder ) : System.Collections.Generic
powerShellTaskFactory IPowerShellTaskFactory
commandBuilder IShellCommandBuilder
Résultat System.Collections.Generic