aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/agent.html
diff options
context:
space:
mode:
authorBrock Janiczak <brockj@gmail.com>2010-05-11 11:04:37 +0000
committerBrock Janiczak <brockj@gmail.com>2010-05-11 11:04:37 +0000
commitbd63830c126953cff6a684f2cccd493ce674b9f0 (patch)
tree3ad740ab1da67fae2496dbf4206861d803c01eac /org.jacoco.doc/docroot/doc/agent.html
parent8bb03db8aeba94f9f061402f36139d977e7cc80c (diff)
downloadjacoco-bd63830c126953cff6a684f2cccd493ce674b9f0.tar.gz
Task #82 add output, address and port options
Diffstat (limited to 'org.jacoco.doc/docroot/doc/agent.html')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index 4318cf5a..4c893a96 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -114,6 +114,33 @@
</td>
<td><code>true</code></td>
</tr>
+
+ <tr>
+ <td><code>output</code></td>
+ <td>Output method to use for writing coverage data. Valid options are:
+ <ul>
+ <li>file</li>
+ <li>tcpserver</li>
+ <li>tcpserver</li>
+ </ul
+ </td>
+ <td><code>file</code></td>
+ </tr>
+ <tr>
+ <td><code>address</code></td>
+ <td>IP address or hostname to bind to when the output method is tcpserver
+ or connect to when the output method is tcpclient.
+ </td>
+ <td><code>localhost</code></td>
+ </tr>
+ <tr>
+ <td><code>port</code></td>
+ <td>Port to bind to when the output method is tcpserver or connect to
+ when the output method is tcpclient.
+ </td>
+ <td><code>6300</code></td>
+ </tr>
+
</tbody>
</table>