메소드 | 설명 | |
---|---|---|
JiraClient ( string baseUrl ) : System |
Construct an instance.
|
|
JiraClient ( string baseUrl, string username, string password ) : System |
Construct an instance. This adds headers for basic authentication. You can provide your own authentication mechanism through the JiraClient.BaseClient. |
public JiraClient ( string baseUrl ) : System | ||
baseUrl | string | The URL of the JIRA API, including the version (like |
리턴 | System |
public JiraClient ( string baseUrl, string username, string password ) : System | ||
baseUrl | string | The URL of the JIRA API, including the version (like |
username | string | The JIRA username with which to log in. |
password | string | The JIRA password with which to log in. |
리턴 | System |