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

Inheritance: ICommand
显示文件 Open project: slicebuild/sb

Public Methods

Method Description
Fetch ( Args args ) : System
ICommand ( ) : void

Private Methods

Method Description
FetchBranches ( ) : IEnumerable
FetchLatestBranchName ( ) : string

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

Method Details

Fetch() public method

public Fetch ( Args args ) : System
args Args
return System

ICommand() public method

public ICommand ( ) : void
return void