• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

tylernathanreed / jira-client-php / 13900943155

17 Mar 2025 01:41PM UTC coverage: 71.493% (-3.8%) from 75.271%
13900943155

push

github

tylernathanreed
~ Fixed unknown list<string> type

12 of 12 new or added lines in 1 file covered. (100.0%)

313 existing lines in 133 files now uncovered.

4908 of 6865 relevant lines covered (71.49%)

9.06 hits per line

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

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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** The transitions of the workflow. */
8
final readonly class WorkflowTransitions extends Dto
9
{
UNCOV
10
    public function __construct(
×
11
        /**
12
         * The post-functions of the transition.
13
         * 
14
         * @var ?list<WorkflowRuleConfiguration>
15
         */
16
        public ?array $actions = null,
17

18
        public ?ConditionGroupConfiguration $conditions = null,
19

20
        /** The custom event ID of the transition. */
21
        public ?string $customIssueEventId = null,
22

23
        /** The description of the transition. */
24
        public ?string $description = null,
25

26
        /** The ID of the transition. */
27
        public ?string $id = null,
28

29
        /**
30
         * The statuses the transition can start from, and the mapping of ports between the statuses.
31
         * 
32
         * @var ?list<WorkflowTransitionLinks>
33
         */
34
        public ?array $links = null,
35

36
        /** The name of the transition. */
37
        public ?string $name = null,
38

39
        /**
40
         * The properties of the transition.
41
         * 
42
         * @var array<string,string>
43
         */
44
        public ?array $properties = null,
45

46
        /** The status the transition goes to. */
47
        public ?string $toStatusReference = null,
48

49
        public ?WorkflowRuleConfiguration $transitionScreen = null,
50

51
        /**
52
         * The triggers of the transition.
53
         * 
54
         * @var ?list<WorkflowTrigger>
55
         */
56
        public ?array $triggers = null,
57

58
        /**
59
         * The transition type.
60
         * 
61
         * @var 'INITIAL'|'GLOBAL'|'DIRECTED'|null
62
         */
63
        public ?string $type = null,
64

65
        /**
66
         * The validators of the transition.
67
         * 
68
         * @var ?list<WorkflowRuleConfiguration>
69
         */
70
        public ?array $validators = null,
71
    ) {
UNCOV
72
    }
×
73
}
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