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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
final readonly class WorkflowCapabilities extends Dto
8
{
9
    public function __construct(
×
10
        /**
11
         * The Connect provided ecosystem rules available.
12
         * 
13
         * @var ?list<AvailableWorkflowConnectRule>
14
         */
15
        public ?array $connectRules = null,
16

17
        /**
18
         * The scope of the workflow capabilities.
19
         * `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects.
20
         * 
21
         * @var 'PROJECT'|'GLOBAL'|null
22
         */
23
        public ?string $editorScope = null,
24

25
        /**
26
         * The Forge provided ecosystem rules available.
27
         * 
28
         * @var ?list<AvailableWorkflowForgeRule>
29
         */
30
        public ?array $forgeRules = null,
31

32
        /**
33
         * The types of projects that this capability set is available for.
34
         * 
35
         * @var ?list<string>
36
         */
37
        public ?array $projectTypes = null,
38

39
        /**
40
         * The Atlassian provided system rules available.
41
         * 
42
         * @var ?list<AvailableWorkflowSystemRule>
43
         */
44
        public ?array $systemRules = null,
45

46
        /**
47
         * The trigger rules available.
48
         * 
49
         * @var ?list<AvailableWorkflowTriggers>
50
         */
51
        public ?array $triggerRules = null,
52
    ) {
53
    }
×
54
}
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