C# Class ThoughtWorksGoLib.GoServer

Represents an instance of a GO server supporting http/https requests
Datei anzeigen Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method Description
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

Method Details

GetPipelineList() public method

public GetPipelineList ( ) : ObservableCollection
return ObservableCollection

GoServer() public method

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
return System.Collections.ObjectModel

GoServer() public method

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
return System.Collections.ObjectModel