C# Class NuGetGallery.AutomaticallyCuratePackageCommand

Inheritance: NuGetGallery.AppCommand, IAutomaticallyCuratePackageCommand
Mostra file Open project: JetBrains/ReSharperGallery

Public Methods

Method Description
AutomaticallyCuratePackageCommand ( IEntitiesContext entities, ICuratedFeedService curatedFeedService ) : NuGet
Execute ( Package galleryPackage, INupkg nugetPackage, bool commitChanges ) : void

Method Details

AutomaticallyCuratePackageCommand() public method

public AutomaticallyCuratePackageCommand ( IEntitiesContext entities, ICuratedFeedService curatedFeedService ) : NuGet
entities IEntitiesContext
curatedFeedService ICuratedFeedService
return NuGet

Execute() public method

public Execute ( Package galleryPackage, INupkg nugetPackage, bool commitChanges ) : void
galleryPackage Package
nugetPackage INupkg
commitChanges bool
return void