ALMRestClient.ALMClient.ALMClient C# (CSharp) 메소드

ALMClient() 공개 메소드

Construct with the url (just the https://something.saas.hp.com bit)
public ALMClient ( string url, string username, string password, string domain, string project ) : System
url string Base url for ALM
username string username for login
password string password
domain string The domain to log into
project string The project to log into
리턴 System
        public ALMClient(string url, string username, string password, string domain, string project)
            : this(url, username, password, domain, project, String.Empty)
        {
        }

Same methods

ALMClient::ALMClient ( string url, string username, string password, string domain, string project, string version ) : System