• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tylernathanreed / jira-client-php / 13634221961

03 Mar 2025 03:19PM UTC coverage: 2.067% (-0.1%) from 2.21%
13634221961

push

github

web-flow
~ Try coveralls action

140 of 6773 relevant lines covered (2.07%)

0.06 hits per line

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

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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** Details of issue history metadata. */
8
final readonly class HistoryMetadata extends Dto
9
{
10
    public function __construct(
×
11
        /** The activity described in the history record. */
12
        public ?string $activityDescription = null,
13

14
        /** The key of the activity described in the history record. */
15
        public ?string $activityDescriptionKey = null,
16

17
        /** Details of the user whose action created the history record. */
18
        public ?HistoryMetadataParticipant $actor = null,
19

20
        /** Details of the cause that triggered the creation the history record. */
21
        public ?HistoryMetadataParticipant $cause = null,
22

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

26
        /** The description key of the history record. */
27
        public ?string $descriptionKey = null,
28

29
        /** The description of the email address associated the history record. */
30
        public ?string $emailDescription = null,
31

32
        /** The description key of the email address associated the history record. */
33
        public ?string $emailDescriptionKey = null,
34

35
        /**
36
         * Additional arbitrary information about the history record.
37
         * 
38
         * @var array<string,string>
39
         */
40
        public ?array $extraData = null,
41

42
        /** Details of the system that generated the history record. */
43
        public ?HistoryMetadataParticipant $generator = null,
44

45
        /** The type of the history record. */
46
        public ?string $type = 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