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

Inheritance: ICommand
Show file Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
Execute ( ) : bool
PublishCommand ( IUserInterface userInterface, IPublishingService publishingService ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

PublishCommand() public method

public PublishCommand ( IUserInterface userInterface, IPublishingService publishingService ) : System
userInterface IUserInterface
publishingService IPublishingService
return System