com.atlassian.maven.plugin.clover
Class DistributedCoverage

java.lang.Object
  extended by com.atlassian.clover.remote.DistributedConfig
      extended by com.atlassian.maven.plugin.clover.DistributedCoverage
All Implemented Interfaces:
com.atlassian.clover.remote.Config, Serializable

public class DistributedCoverage
extends com.atlassian.clover.remote.DistributedConfig

Complex configuration objects need to be in the same package as the MOJO that defines them.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.clover.remote.DistributedConfig
HOST, NAME, NUM_CLIENTS, OFF, ON, PORT, RETRY_PERIOD, TIMEOUT
 
Fields inherited from interface com.atlassian.clover.remote.Config
SEP
 
Constructor Summary
DistributedCoverage()
           
 
Method Summary
 
Methods inherited from class com.atlassian.clover.remote.DistributedConfig
getConfigString, getHost, getName, getNumClients, getPort, getRetryPeriod, getServerLocation, getTimeout, isEnabled, OFF, ON, setHost, setName, setNumClients, setPort, setRetryPeriod, setTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedCoverage

public DistributedCoverage()


Copyright © 2014 Atlassian Pty Ltd. All Rights Reserved.