C# Class NuDeploy.CommandLine.Commands.Console.PackageSolutionCommand

Inheritance: ICommand
ファイルを表示 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
Execute ( ) : bool
PackageSolutionCommand ( IUserInterface userInterface, ISolutionPackagingService solutionPackagingService, IBuildPropertyParser buildPropertyParser, IPublishingService publishingService ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

PackageSolutionCommand() public method

public PackageSolutionCommand ( IUserInterface userInterface, ISolutionPackagingService solutionPackagingService, IBuildPropertyParser buildPropertyParser, IPublishingService publishingService ) : System
userInterface IUserInterface
solutionPackagingService ISolutionPackagingService
buildPropertyParser IBuildPropertyParser
publishingService IPublishingService
return System