NAME
App::Yath::Options::Publish - FIXME
DESCRIPTION
PROVIDED OPTIONS
Publish Options
- --publish-buffer-size 100
- --no-publish-buffer-size
-
Maximum number of events, coverage, or reporting items to buffer before flushing them (each has its own buffer of this size, and each job has its own event buffer of this size)
- --publish-flush-interval 2
- --publish-flush-interval 1.5
- --no-publish-flush-interval
-
When buffering DB writes, force a flush when an event is recieved at least N seconds after the last flush.
- --publish-force
- --no-publish-force
-
If the run has already been published, override it. (Delete it, and publish again)
- --publish-mode qvf
- --publish-mode qvfd
- --publish-mode summary
- --publish-mode complete
- --no-publish-mode
-
Set the upload mode (default 'qvfd')
- --publish-retry
- --publish-retry=COUNT
- --no-publish-retry
-
How many times to retry an operation before giving up
Note: Can be specified multiple times, counter bumps each time it is used.
- --publish-user ARG
- --publish-user=ARG
- --no-publish-user
-
User to publish results as
SOURCE
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.