C# Класс sb.Core.App.Commands.Fetch

Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Fetch ( Args args ) : System
ICommand ( ) : void

Приватные методы

Метод Описание
FetchBranches ( ) : IEnumerable
FetchLatestBranchName ( ) : string

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

Описание методов

Fetch() публичный Метод

public Fetch ( Args args ) : System
args Args
Результат System

ICommand() публичный Метод

public ICommand ( ) : void
Результат void