GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::SD::Test(3) User Contributed Perl Documentation App::SD::Test(3)

Creates a new ticket, passing ARGS along to the creation command (after the props separator).

Returns a list of the luid and uuid of the newly created ticket.

Updates the ticket #ID, passing ARGS along to the update command.

Returns nothing interesting.

Creates a new ticket comment, passing ARGS along to the creation command.

Returns a list of the luid and uuid of the newly created comment.

Takes a LUID and returns the corresponding UUID.

Returns undef if none can be found.

Takes a UUID and returns the corresponding LUID.

Returns undef if none can be found.

Creates a ticket and comment at the same time using a spawned editor. It's expected that $ENV{VISUAL} has been frobbed into something non-interactive, or this test will just hang forever. Any extra arguments passed in will be passed on to sd ticket create.

Returns a list of the ticket luid, ticket uuid, comment luid, and comment uuid.

Updates the ticket given by TICKET_UUID using a spawned editor. It's expected that $ENV{VISUAL} has been frobbed into something non-interactive, or this test will just hang forever. Any extra arguments passed in will be passed on to sd ticket update.

Returns the luid and uuid of the comment created during the update (both will be undef if none is created).

Updates the ticket comment given by COMMENT_UUID using a spawned editor. It's expected that $ENV{VISUAL} has been frobbed into something non-interactive, or this test will just hang forever.

Returns a hash reference with information about ticket.
2011-04-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.