• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Jira
    • AgileExtensions
    • AttachmentExtensions
    • FilterExtensions
    • IJiraClient
    • IssueExtensions
    • JiraClient
    • JiraConfig
    • JiraException
    • ProjectExtensions
    • ServerExtensions
    • SessionExtensions
    • TimeSpanExtensions
    • UserExtensions
    • WorkExtensions
  • Dapplo.Jira.Domains
    • IAgileDomain
    • IAttachmentDomain
    • IFilterDomain
    • IIssueDomain
    • IJiraDomain
    • IProjectDomain
    • IServerDomain
    • ISessionDomain
    • IUserDomain
    • IWorkDomain
  • Dapplo.Jira.Entities
    • AgileIssue
    • AgileIssueFields
    • AllowedValue
    • Attachment
    • AttachmentContainer<T>
    • AvatarUrls
    • BaseId<TId>
    • BaseProperties<TId>
    • Board
    • BoardConfiguration
    • Column
    • ColumnConfig
    • Comment
    • Comments
    • Component
    • ComponentDigest
    • Configuration
    • Epic
    • EpicColor
    • Error
    • EstimationCustomFieldInfo
    • EstimationFieldInfo
    • Field
    • Filter
    • Issue
    • IssueBase
    • IssueFields
    • IssueType
    • IssueWithFields<TFields>
    • LoginInfo
    • Pageable
    • PageableResult
    • PossibleField
    • Priority
    • ProgressInfo
    • Project
    • ProjectCategory
    • ProjectDigest
    • RankingCustomFieldInfo
    • Resolution
    • Results<TResultType>
    • Schema
    • Search
    • SearchResult<TIssue>
    • ServerInfo
    • SharePermission
    • Sprint
    • Status
    • StatusCategory
    • Subscription
    • Subscriptions
    • TimeTracking
    • TimeTrackingConfiguration
    • Transition
    • Transitions
    • User
    • Version
    • Visibility
    • VoteInfo
    • Watches
    • Worklog
    • Worklogs
  • Dapplo.Jira.Enums
    • AdjustEstimate
    • AvatarSizes
    • BoardTypes
  • Dapplo.Jira.Json
    • CustomDateTimeOffsetConverter
  • Dapplo.Jira.Query
    • DatetimeClause
    • Fields
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • IIssueClause
    • IProjectClause
    • ISimpleValueClause
    • IssueClause
    • ITextClause
    • ITypeClause
    • IUserClause
    • IVersionClause
    • Operators
    • ProjectClause
    • SimpleValueClause
    • TextClause
    • TypeClause
    • UserClause
    • VersionClause
    • Where

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 Source

Agile

Agile domain

Declaration
IAgileDomain Agile { get; }
Property Value
Type Description
IAgileDomain
| Improve this Doc View Source

Attachment

Attachment domain

Declaration
IAttachmentDomain Attachment { get; }
Property Value
Type Description
IAttachmentDomain
| Improve this Doc View Source

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
| Improve this Doc View Source

Filter

Filter domain

Declaration
IFilterDomain Filter { get; }
Property Value
Type Description
IFilterDomain
| Improve this Doc View Source

Issue

Issue domain

Declaration
IIssueDomain Issue { get; }
Property Value
Type Description
IIssueDomain
| Improve this Doc View Source

JiraBaseUri

The base URI for your JIRA server

Declaration
Uri JiraBaseUri { get; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

Project

Project domain

Declaration
IProjectDomain Project { get; }
Property Value
Type Description
IProjectDomain
| Improve this Doc View Source

Server

Server domain

Declaration
IServerDomain Server { get; }
Property Value
Type Description
IServerDomain
| Improve this Doc View Source

Session

Session domain

Declaration
ISessionDomain Session { get; }
Property Value
Type Description
ISessionDomain
| Improve this Doc View Source

User

User domain

Declaration
IUserDomain User { get; }
Property Value
Type Description
IUserDomain
| Improve this Doc View Source

Work

Work domain

Declaration
IWorkDomain Work { get; }
Property Value
Type Description
IWorkDomain

Methods

| Improve this Doc View Source

SetBasicAuthentication(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

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo