Show / Hide Table of Contents

Class JiraAuthorizer

Class to assist with authorization of Jira users through Aruba.

Inheritance
object
JiraAuthorizer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Jira
Assembly: Aruba.Jira.dll
Syntax
public class JiraAuthorizer
Remarks

Initializes a new instance of the JiraAuthorizer class.

Constructors

View Source

JiraAuthorizer(IEventAggregator)

Class to assist with authorization of Jira users through Aruba.

Declaration
public JiraAuthorizer(IEventAggregator eventAggregator)
Parameters
Type Name Description
IEventAggregator eventAggregator

The event aggregator.

Remarks

Initializes a new instance of the JiraAuthorizer class.

Methods

View Source

InitializeJiraAsync(JiraConfig, Action<string>)

Initializes the connection to the Jira service.

Declaration
public Task<IBugServiceClient> InitializeJiraAsync(JiraConfig jiraConfig, Action<string> logAction)
Parameters
Type Name Description
JiraConfig jiraConfig

The Jira Config object.

Action<string> logAction

The log Action.

Returns
Type Description
Task<IBugServiceClient>

The IBugServiceClient.

  • View Source
In this article
Back to top Generated by DocFX