logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::Trac::TicketHistoryEntry - A single history entry for a Trac ticket

Accessors

connection
       Returns a Net::Trac::Connection.

   authordate
       Returns a DateTime object.

   categorycontentprop_changes
       Returns a hashref (property names as the keys) of Net::Trac::TicketPropChanges associated with this
       history entry.

   attachment
       if there's attachment, return it, else, return undef

   ticket
       A weak reference to the ticket object for this ticket history entry

   is_create
       A boolean. Returns true if this is the transaction which created the ticket

Description

       This class represents a single item in a Trac ticket history.

License

       Copyright 2008-2009 Best Practical Solutions.

       This package is licensed under the same terms as Perl 5.8.8.

perl v5.36.0                                       2022-12-12                 Net::Trac::TicketHistoryEntry(3pm)

Methods

parse_feed_entry
       Takes a feed entry from a ticket history feed and parses it to fill out the fields of this class.

Name

       Net::Trac::TicketHistoryEntry - A single history entry for a Trac ticket

See Also