C# Class Kraken.Services.OctopusReleaseService

Inheritance: IOctopusReleaseService
Mostrar archivo Open project: Zywave/OctopusDeploy-Kraken

Public Methods

Method Description
GetNextRelease ( string projectId ) : ReleaseResource
OctopusReleaseService ( IOctopusProxy octopusProxy, INuGetProxy nuGetProxy ) : System.Collections.Generic

Private Methods

Method Description
GetNuGetFeedIdFromAction ( DeploymentActionResource action ) : string
GetNuGetPackageIdFromAction ( DeploymentActionResource action ) : string

Method Details

GetNextRelease() public method

public GetNextRelease ( string projectId ) : ReleaseResource
projectId string
return Octopus.Client.Model.ReleaseResource

OctopusReleaseService() public method

public OctopusReleaseService ( IOctopusProxy octopusProxy, INuGetProxy nuGetProxy ) : System.Collections.Generic
octopusProxy IOctopusProxy
nuGetProxy INuGetProxy
return System.Collections.Generic