Interface IJiraClient
This is the interface which describes the Atlassian Jira client
Namespace:Dapplo.Jira
Assembly:Dapplo.Jira.dll
Syntax
public interface IJiraClient
Properties
| Improve this Doc View SourceAgile
Agile domain
Declaration
IAgileDomain Agile { get; }
Property Value
Type | Description |
---|---|
IAgileDomain |
Attachment
Attachment domain
Declaration
IAttachmentDomain Attachment { get; }
Property Value
Type | Description |
---|---|
IAttachmentDomain |
Behaviour
Store the specific HttpBehaviour, which contains a IHttpSettings and also some additional logic for making a HttpClient which works with Jira
Declaration
IHttpBehaviour Behaviour { get; }
Property Value
Type | Description |
---|---|
Dapplo.HttpExtensions.IHttpBehaviour |
Filter
Filter domain
Declaration
IFilterDomain Filter { get; }
Property Value
Type | Description |
---|---|
IFilterDomain |
Issue
Issue domain
Declaration
IIssueDomain Issue { get; }
Property Value
Type | Description |
---|---|
IIssueDomain |
JiraBaseUri
The base URI for your JIRA server
Declaration
Uri JiraBaseUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Project
Project domain
Declaration
IProjectDomain Project { get; }
Property Value
Type | Description |
---|---|
IProjectDomain |
Server
Server domain
Declaration
IServerDomain Server { get; }
Property Value
Type | Description |
---|---|
IServerDomain |
Session
Session domain
Declaration
ISessionDomain Session { get; }
Property Value
Type | Description |
---|---|
ISessionDomain |
User
User domain
Declaration
IUserDomain User { get; }
Property Value
Type | Description |
---|---|
IUserDomain |
Work
Work domain
Declaration
IWorkDomain Work { get; }
Property Value
Type | Description |
---|---|
IWorkDomain |
Methods
| Improve this Doc View SourceSetBasicAuthentication(String, String)
Set Basic Authentication for the current client
Declaration
void SetBasicAuthentication(string user, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | user | username |
System.String | password | password |