docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JiraManagementFactory

    Factory class for creating instances of IJiraManagement.

    Inheritance
    object
    JiraManagementFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Collaboration
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public class JiraManagementFactory

    Methods

    GetJiraManagement(IServicesContainer)

    Creates IJiraManagement instance using provided container with services

    Declaration
    public IJiraManagement GetJiraManagement(IServicesContainer serviceContainer)
    Parameters
    Type Name Description
    IServicesContainer serviceContainer

    DI Container with services

    Returns
    Type Description
    IJiraManagement

    Instance of IJiraManagement

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown when serviceContainer is null

    InvalidArgumentException

    Thrown when serviceContainer does not have registered IServiceHttpClient or IServiceHostResolver instances

    GetJiraManagement(IServiceHttpClient, IServiceHostResolver)

    Creates IJiraManagement instance using provided services

    Declaration
    public IJiraManagement GetJiraManagement(IServiceHttpClient serviceHttpClient, IServiceHostResolver serviceHostResolver)
    Parameters
    Type Name Description
    IServiceHttpClient serviceHttpClient

    Instance of http client to send requests

    IServiceHostResolver serviceHostResolver

    Instance of host resolver to get base url

    Returns
    Type Description
    IJiraManagement

    Instance of IJiraManagement

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown when serviceHttpClient or serviceHostResolver is null

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)