Man Page: net::trac::tickethistory
Operating Environment: debian
Section: 3pm
Net::Trac::TicketHistory(3pm) User Contributed Perl Documentation Net::Trac::TicketHistory(3pm)NAMENet::Trac::TicketHistory - A Trac ticket's historySYNOPSISmy $history = Net::Trac::TicketHistory->new( connection => $trac ); $history->load( 13 ); # Print the authors of all the changes to ticket #13 for ( @{ $history->entries } ) { print $_->author, " "; }DESCRIPTIONThis class represents a Trac ticket's history and is really just a collection of Net::Trac::TicketHistoryEntries.ACCESSORSconnection ticket Returns the ID of the ticket whose history this object represents. entries Returns an arrayref of Net::Trac::TicketHistoryEntrys.METHODSload ID Loads the history of the specified ticket.LICENSECopyright 2008-2009 Best Practical Solutions. This package is licensed under the same terms as Perl 5.8.8. perl v5.12.3 2009-05-27 Net::Trac::TicketHistory(3pm)
| Related Man Pages |
|---|
| net::dbus::binding::value(3pm) - debian |
| net::gpsd3::return::unknown(3pm) - debian |
| net::inet6glue(3pm) - debian |
| net::jabber::loudmouth(3pm) - debian |
| net::trac::ticket(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |