docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITaskManagementServerConfigBase<T>

    Represents a base interface for Task Management Server Config.

    Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public interface ITaskManagementServerConfigBase<T>
    Type Parameters
    Name Description
    T

    The type representing a Jira project configuration associated with the server.

    Properties

    JiraProjectConfigs

    The ProjectConfigs.

    Declaration
    IReadOnlyList<T> JiraProjectConfigs { get; }
    Property Value
    Type Description
    IReadOnlyList<T>

    JiraServerConfigId

    Id of the Jira ServerConfig.

    Declaration
    JiraServerConfigId JiraServerConfigId { get; }
    Property Value
    Type Description
    JiraServerConfigId

    Name

    The name of the ServerConfig.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)