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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
final readonly class ActorInputBean extends Dto
8
{
9
    public function __construct(
×
10
        /**
11
         * The name of the group to add as a default actor.
12
         * This parameter cannot be used with the `groupId` parameter.
13
         * As a group's name can change,use of `groupId` is recommended.
14
         * This parameter accepts a comma-separated list.
15
         * For example, `"group":["project-admin", "jira-developers"]`.
16
         * 
17
         * @var ?list<string>
18
         */
19
        public ?array $group = null,
20

21
        /**
22
         * The ID of the group to add as a default actor.
23
         * This parameter cannot be used with the `group` parameter This parameter accepts a comma-separated list.
24
         * For example, `"groupId":["77f6ab39-e755-4570-a6ae-2d7a8df0bcb8", "0c011f85-69ed-49c4-a801-3b18d0f771bc"]`.
25
         * 
26
         * @var ?list<string>
27
         */
28
        public ?array $groupId = null,
29

30
        /**
31
         * The account IDs of the users to add as default actors.
32
         * This parameter accepts a comma-separated list.
33
         * For example, `"user":["5b10a2844c20165700ede21g", "5b109f2e9729b51b54dc274d"]`.
34
         * 
35
         * @var ?list<string>
36
         */
37
        public ?array $user = null,
38
    ) {
39
    }
×
40
}
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