C# 클래스 Octopus.Cli.Commands.PackageVersionResolver

상속: IPackageVersionResolver
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TryReadPackageIdentity ( string packageFile, PackageIdentity &packageIdentity ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string stepNameAndVersion ) : void
stepNameAndVersion string
리턴 void

Add() 공개 메소드

public Add ( string stepName, string packageVersion ) : void
stepName string
packageVersion string
리턴 void

AddFolder() 공개 메소드

public AddFolder ( string folderPath ) : void
folderPath string
리턴 void

Default() 공개 메소드

public Default ( string packageVersion ) : void
packageVersion string
리턴 void

PackageVersionResolver() 공개 메소드

public PackageVersionResolver ( Serilog log ) : System
log Serilog
리턴 System

ResolveVersion() 공개 메소드

public ResolveVersion ( string stepName ) : string
stepName string
리턴 string