Uses of Class
org.apache.maven.plugin.surefire.SurefireProperties

Packages that use SurefireProperties
org.apache.maven.plugin.surefire   
org.apache.maven.plugin.surefire.booterclient   
 

Uses of SurefireProperties in org.apache.maven.plugin.surefire
 

Methods in org.apache.maven.plugin.surefire that return SurefireProperties
static SurefireProperties AbstractSurefireMojo.createCopyAndReplaceForkNumPlaceholder(SurefireProperties effectiveSystemProperties, int threadNumber)
           
static SurefireProperties SurefireProperties.loadProperties(File file)
           
 

Methods in org.apache.maven.plugin.surefire with parameters of type SurefireProperties
static SurefireProperties AbstractSurefireMojo.createCopyAndReplaceForkNumPlaceholder(SurefireProperties effectiveSystemProperties, int threadNumber)
           
 void AbstractSurefireMojo.showToLog(SurefireProperties props, Log log, String setting)
           
 

Uses of SurefireProperties in org.apache.maven.plugin.surefire.booterclient
 

Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type SurefireProperties
 RunResult ForkStarter.run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.