C# Class sb.Core.App.Commands.Fetch

Inheritance: ICommand
Afficher le fichier Open project: slicebuild/sb

Méthodes publiques

Méthode Description
Fetch ( Args args ) : System
ICommand ( ) : void

Private Methods

Méthode Description
FetchBranches ( ) : IEnumerable
FetchLatestBranchName ( ) : string

Fetches the latest version with the same MAJOR part as the executable

Method Details

Fetch() public méthode

public Fetch ( Args args ) : System
args Args
Résultat System

ICommand() public méthode

public ICommand ( ) : void
Résultat void