Struct GetConfigsForProjectResult
Represents the result of getting configs for the given Unity project
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public readonly struct GetConfigsForProjectResult
Constructors
GetConfigsForProjectResult(IReadOnlyList<ITaskManagementServerConfigLimited>, IReadOnlyList<string>)
Initializes a new instance of the GetConfigsForProjectResult struct.
Declaration
public GetConfigsForProjectResult(IReadOnlyList<ITaskManagementServerConfigLimited> jiraServerConfigs = null, IReadOnlyList<string> warnings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<ITaskManagementServerConfigLimited> | jiraServerConfigs | List of configs for the project |
| IReadOnlyList<string> | warnings | List of warnings for the project |
Fields
JiraServerConfigs
List of configurations that are available for the given Unity project.
Declaration
public readonly IReadOnlyList<ITaskManagementServerConfigLimited> JiraServerConfigs
Field Value
| Type | Description |
|---|---|
| IReadOnlyList<ITaskManagementServerConfigLimited> |
Warnings
If details about a specific Jira project cannot be retrieved, the project will be excluded from the returned JiraProjectConfigs and a warning will be included in this list. If details about a specific Jira user cannot be retrieved, the user details will not be included and a warning will be included in this list. The JiraProjectConfig containing the user will still be included.
Declaration
public readonly IReadOnlyList<string> Warnings
Field Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |