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 |