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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** The Atlassian provided system rules available. */
8
final readonly class AvailableWorkflowSystemRule extends Dto
9
{
10
    public function __construct(
×
11
        /** The rule description. */
12
        public string $description,
13

14
        /**
15
         * List of rules that conflict with this one.
16
         * 
17
         * @var list<string>
18
         */
19
        public array $incompatibleRuleKeys,
20

21
        /** Whether the rule can be added added to an initial transition. */
22
        public bool $isAvailableForInitialTransition,
23

24
        /** Whether the rule is visible. */
25
        public bool $isVisible,
26

27
        /** The rule name. */
28
        public string $name,
29

30
        /** The rule key. */
31
        public string $ruleKey,
32

33
        /**
34
         * The rule type.
35
         * 
36
         * @var 'Condition'|'Validator'|'Function'|'Screen'
37
         */
38
        public string $ruleType,
39
    ) {
40
    }
×
41
}
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