C# 클래스 ThoughtWorksGoLib.GoServer

Represents an instance of a GO server supporting http/https requests
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net

공개 메소드들

메소드 설명
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