C# Class Octopus.Cli.Commands.PackageVersionResolver

Inheritance: IPackageVersionResolver
Afficher le fichier Open project: OctopusDeploy/Octo.exe Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string stepNameAndVersion ) : void
Add ( string stepName, string packageVersion ) : void
AddFolder ( string folderPath ) : void
Default ( string packageVersion ) : void
PackageVersionResolver ( Serilog log ) : System
ResolveVersion ( string stepName ) : string

Private Methods

Méthode Description
TryReadPackageIdentity ( string packageFile, PackageIdentity &packageIdentity ) : bool

Method Details

Add() public méthode

public Add ( string stepNameAndVersion ) : void
stepNameAndVersion string
Résultat void

Add() public méthode

public Add ( string stepName, string packageVersion ) : void
stepName string
packageVersion string
Résultat void

AddFolder() public méthode

public AddFolder ( string folderPath ) : void
folderPath string
Résultat void

Default() public méthode

public Default ( string packageVersion ) : void
packageVersion string
Résultat void

PackageVersionResolver() public méthode

public PackageVersionResolver ( Serilog log ) : System
log Serilog
Résultat System

ResolveVersion() public méthode

public ResolveVersion ( string stepName ) : string
stepName string
Résultat string