Test.Reporter.Transport.Metabase man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

Test::Reporter::TranspUser:Contributed PTest::Reporter::Transport::Metabase(3)

NAME
       Test::Reporter::Transport::Metabase - Metabase transport for
       Test::Reporter

VERSION
       version 1.999008

SYNOPSIS
	   my $report = Test::Reporter->new(
	       transport => 'Metabase',
	       transport_args => [
		 uri	 => 'http://metabase.example.com:3000/',
		 id_file => '/home/jdoe/.metabase/metabase_id.json',
	       ],
	   );

	   # use space-separated in a CPAN::Reporter config.ini
	   transport = Metabase uri http://metabase.example.com:3000/ ...

DESCRIPTION
       This module submits a Test::Reporter report to the specified Metabase
       instance.

       This requires a network connection to the Metabase uri provided.	 If
       you wish to save reports during offline operation, see
       Test::Reporter::Transport::File. (Eventually, you may be able to run a
       local Metabase instance to queue reports for later transmission, but
       this feature has not yet been developed.)

USAGE
       See Test::Reporter and Test::Reporter::Transport for general usage
       information.

   Transport arguments
       Unlike most other Transport classes, this class requires transport
       arguments to be provided as key-value pairs:

	   my $report = Test::Reporter->new(
	       transport => 'Metabase',
	       transport_args => [
		 uri	 => 'http://metabase.example.com:3000/',
		 id_file => '/home/jdoe/.metabase/metabase_id.json',
	       ],
	   );

       Arguments include:

       "uri" (required)
	   The "uri" argument gives the network location of a Metabase
	   instance to receive reports.

       "id_file" (required)
	   The "id_file" argument must be a path to a Metabase ID file.	 If
	   you do not already have an ID file, use the metabase-profile
	   program to create one.

	     $ metabase-profile

	   This creates the file metabase_id.json in the current directory.
	   You can also give an "--output" argument to save the file to a
	   different location or with a different name.

       "client" (optional)
	   The "client" argument is optional and specifies the type of
	   Metabase::Client to use to transmit reports to the target Metabase.
	   It defaults to Metabase::Client::Simple.

METHODS
       These methods are only for internal use by Test::Reporter.

   new
	   my $sender = Test::Reporter::Transport::File->new( $params );

       The "new" method is the object constructor.

   send
	   $sender->send( $report );

       The "send" method transmits the report.

AUTHORS
       ·   David Golden <dagolden@cpan.org>

       ·   Richard Dawe <richdawe@cpan.org>

COPYRIGHT AND LICENSE
       This software is Copyright (c) 2010 by David Golden.

       This is free software, licensed under:

	 The Apache License, Version 2.0, January 2004

perl v5.14.2			  2010-0Test::Reporter::Transport::Metabase(3)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net