• 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/GetExclusionRulesResponse.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
final readonly class GetExclusionRulesResponse extends Dto
8
{
9
    public function __construct(
×
10
        /** Issues completed this number of days ago are excluded from the plan. */
11
        public int $numberOfDaysToShowCompletedIssues,
12

13
        /**
14
         * The IDs of the issues excluded from the plan.
15
         * 
16
         * @var ?list<int>
17
         */
18
        public ?array $issueIds = null,
19

20
        /**
21
         * The IDs of the issue types excluded from the plan.
22
         * 
23
         * @var ?list<int>
24
         */
25
        public ?array $issueTypeIds = null,
26

27
        /**
28
         * The IDs of the releases excluded from the plan.
29
         * 
30
         * @var ?list<int>
31
         */
32
        public ?array $releaseIds = null,
33

34
        /**
35
         * The IDs of the work status categories excluded from the plan.
36
         * 
37
         * @var ?list<int>
38
         */
39
        public ?array $workStatusCategoryIds = null,
40

41
        /**
42
         * The IDs of the work statuses excluded from the plan.
43
         * 
44
         * @var ?list<int>
45
         */
46
        public ?array $workStatusIds = null,
47
    ) {
48
    }
×
49
}
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