• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tylernathanreed / jira-client-php / 13634794100

03 Mar 2025 03:19PM UTC coverage: 2.067% (-0.1%) from 2.21%
13634794100

push

github

web-flow
~ Try coveralls action

140 of 6773 relevant lines covered (2.07%)

0.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Schema/GetPlanResponse.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
final readonly class GetPlanResponse extends Dto
8
{
9
    public function __construct(
×
10
        /** The plan ID. */
11
        public int $id,
12

13
        /** The scheduling settings for the plan. */
14
        public GetSchedulingResponse $scheduling,
15

16
        /**
17
         * The plan status.
18
         * This is "Active", "Trashed" or "Archived".
19
         * 
20
         * @var 'Active'|'Trashed'|'Archived'
21
         */
22
        public string $status,
23

24
        /**
25
         * The cross-project releases included in the plan.
26
         * 
27
         * @var ?list<GetCrossProjectReleaseResponse>
28
         */
29
        public ?array $crossProjectReleases = null,
30

31
        /**
32
         * The custom fields for the plan.
33
         * 
34
         * @var ?list<GetCustomFieldResponse>
35
         */
36
        public ?array $customFields = null,
37

38
        /** The exclusion rules for the plan. */
39
        public ?GetExclusionRulesResponse $exclusionRules = null,
40

41
        /**
42
         * The issue sources included in the plan.
43
         * 
44
         * @var ?list<GetIssueSourceResponse>
45
         */
46
        public ?array $issueSources = null,
47

48
        /** The date when the plan was last saved in UTC. */
49
        public ?string $lastSaved = null,
50

51
        /** The account ID of the plan lead. */
52
        public ?string $leadAccountId = null,
53

54
        /** The plan name. */
55
        public ?string $name = null,
56

57
        /**
58
         * The permissions for the plan.
59
         * 
60
         * @var ?list<GetPermissionResponse>
61
         */
62
        public ?array $permissions = null,
63
    ) {
64
    }
×
65
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc