C# Class Octopus.Cli.Commands.PackCommand

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

Méthodes publiques

Méthode Description
Execute ( string commandLineArguments ) : System.Threading.Tasks.Task
GetHelp ( TextWriter writer ) : void
PackCommand ( ILogger log, IOctopusFileSystem fileSystem ) : System

Private Methods

Méthode Description
SelectFormat ( string fmt ) : IPackageBuilder

Method Details

Execute() public méthode

public Execute ( string commandLineArguments ) : System.Threading.Tasks.Task
commandLineArguments string
Résultat System.Threading.Tasks.Task

GetHelp() public méthode

public GetHelp ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

PackCommand() public méthode

public PackCommand ( ILogger log, IOctopusFileSystem fileSystem ) : System
log ILogger
fileSystem IOctopusFileSystem
Résultat System