C# Класс ThoughtWorksGoLib.GoServer

Represents an instance of a GO server supporting http/https requests
Показать файл Открыть проект

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

Метод Описание
GetPipelineList ( ) : ObservableCollection

GoServer ( string host, string login, SecureString password ) : System.Collections.ObjectModel

Creates a new GO server

GoServer ( string host, string login, string password ) : System.Collections.ObjectModel

Creates a new GO server

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

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

public GetPipelineList ( ) : ObservableCollection
Результат ObservableCollection

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

Creates a new GO server
public GoServer ( string host, string login, SecureString password ) : System.Collections.ObjectModel
host string URL of the GO server
login string Login name
password System.Security.SecureString Password
Результат System.Collections.ObjectModel

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

Creates a new GO server
public GoServer ( string host, string login, string password ) : System.Collections.ObjectModel
host string URL of the GO server
login string Login name
password string Password
Результат System.Collections.ObjectModel