A B C E F G H I L N O P R S T V W

A

AbstractSurefireMojo - Class in org.apache.maven.plugin.surefire
Abstract base class for running tests using Surefire.
AbstractSurefireMojo() - Constructor for class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
AbstractSurefireMojo.DynamicProviderInfo - Class in org.apache.maven.plugin.surefire
 
add(boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(int) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Map) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(File) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(ArtifactRepository) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(List) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(File[]) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Artifact) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
addPluginSpecificChecksumItems(ChecksumCalculator) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
addProviderProperties() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
addProviderProperties() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
addProviderToClasspath(Map, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 

B

BooterSerializer - Class in org.apache.maven.plugin.surefire.booterclient
Knows how to serialize and deserialize the booter configuration.
BooterSerializer(ForkConfiguration, Properties) - Constructor for class org.apache.maven.plugin.surefire.booterclient.BooterSerializer
 

C

ChecksumCalculator - Class in org.apache.maven.plugin.surefire.booterclient
 
ChecksumCalculator() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
consumeFooterLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 
consumeFooterLine(String) - Method in interface org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer
Process a line from Surefire footer
consumeFooterLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Delegate to proxied OutputConsumer
consumeFooterLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
 
consumeFooterLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SupressFooterOutputConsumerProxy
Do nothing
consumeFooterLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 
consumeHeaderLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 
consumeHeaderLine(String) - Method in interface org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer
Process a line from Surefire header
consumeHeaderLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Delegate to proxied OutputConsumer
consumeHeaderLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
 
consumeHeaderLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SupressHeaderOutputConsumerProxy
Do nothing
consumeHeaderLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 
consumeLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkingStreamConsumer
 
consumeMessageLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 
consumeMessageLine(String) - Method in interface org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer
Process a line with a Surefire message (not part of test output)
consumeMessageLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Delegate to proxied OutputConsumer
consumeMessageLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
 
consumeMessageLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 
consumeOutputLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.FileOutputConsumerProxy
Write the output to the current test file

consumeOutputLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 
consumeOutputLine(String) - Method in interface org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer
Process a line from test output
consumeOutputLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Delegate to proxied OutputConsumer
consumeOutputLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
 
consumeOutputLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 
createCommandLine(List, ClassLoaderConfiguration, boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
createCommandLine(List, boolean, boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
createForkStarter(ProviderInfo, ForkConfiguration, ClassLoaderConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createJar(List) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
Create a jar with just a manifest containing a Main-Class entry for BooterConfiguration and a Class-Path entry for all classpath elements.
createProviderConfiguration(ForkConfiguration, boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createStartupConfiguration(ForkConfiguration, ProviderInfo, ClassLoaderConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

E

ensureParallelRunningCompatibility() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
ensureWorkingDirectoryExists() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
execute() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
executeAfterPreconditionsChecked() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

F

FileOutputConsumerProxy - Class in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer proxy that writes test output to a File for each test suite.
FileOutputConsumerProxy(OutputConsumer, File) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.FileOutputConsumerProxy
Create a consumer that will write to a File for each test
filterArtifacts(Set, ArtifactFilter) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
Return a new set containing only the artifacts accepted by the given filter.
FORK_ALWAYS - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
FORK_NEVER - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
FORK_ONCE - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
ForkConfiguration - Class in org.apache.maven.plugin.surefire.booterclient
Configuration for forking tests.
ForkConfiguration(Classpath, String, File) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
ForkingStreamConsumer - Class in org.apache.maven.plugin.surefire.booterclient
StreamConsumer that understands Surefire output made by ForkingConsoleReporter and filters it depending on configuration options
ForkingStreamConsumer(OutputConsumer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkingStreamConsumer
 
ForkStarter - Class in org.apache.maven.plugin.surefire.booterclient
Starts the fork or runs in-process.
ForkStarter(ProviderConfiguration, StartupConfiguration, File, ForkConfiguration, int, boolean) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkStarter
 

G

generateTestClasspath() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Generate the test classpath.
getAdditionalClasspathElements() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getArgLine() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getArtifactFactory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getArtifactResolver() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getBasedir() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getBasedir() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getBootClasspath() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getClassLoaderConfiguration(ForkConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getClasspathDependencyExcludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getClasspathDependencyScopeExclude() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getDebugForkedProcess() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getDebugLine() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getDefaultIncludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getEnvironmentVariables() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getExcludedGroups() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getExcludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getFailIfNoTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getFailIfNoTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getForkConfiguration() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getForkedProcessTimeoutInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getForkMode() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getForkMode() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getGroups() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getIncludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getInternalSystemProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getJunitArtifactName() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getJvm() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getLocalRepository() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getMetadataSource() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getObjectFactory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getOriginalSystemProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getOutputConsumer() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkingStreamConsumer
Get the underlying output consumer.
getOutputConsumer() - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
OutputConsumer that calls will be delegated to
getParallel() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPerCoreThreadCount() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPluginArtifactMap() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPluginName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getPrintWriter() - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
Get the PrintWriter used by this object
getProject() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getProjectArtifactMap() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getProviderClasspath() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
getProviderClasspath() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
getProviderClasspath(String, String, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
getProviderName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
getProviderName() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
getRemoteRepositories() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportFormat() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getResolvedArtifactClasspath(Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
getRunOrder() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getServiceNames(Class, ClassLoader) - Static method in class org.apache.maven.plugin.surefire.booterclient.ProviderDetector
 
getSession() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSha1() - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
getSuiteXmlFiles() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSystemProperties() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getSystemProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSystemPropertyVariables() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTempDirectory() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getTest() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getTestMethod() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestNGArtifactName() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestNgUtilsArtifact() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getTestSourceDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getThreadCount() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getToolchain() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getToolchainManager() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getUseUnlimitedThreads() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getWorkingDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 

H

hasExecutedBefore() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

I

initialize() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
instantiate(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
isAnyConcurrencySelected() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isApplicable() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
isApplicable() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
isChildDelegation() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isDebug() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
isDisableXmlReport() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isEnableAssertions() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isForking() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
isForkModeNever() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isMavenParallel() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isPrintSummary() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isRedirectTestOutputToFile() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkip() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkip() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isSkipExec() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkipExec() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isSkipExecution() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isSkipTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkipTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isTestFailureIgnore() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isTrimStackTrace() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseFile() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseManifestOnlyJar() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseSystemClassLoader() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isWithinVersionSpec(Artifact, String) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 

L

logClasspath(Classpath, String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
logReportsDirectory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

N

NullOutputConsumer - Class in org.apache.maven.plugin.surefire.booterclient.output
 
NullOutputConsumer() - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 

O

org.apache.maven.plugin.surefire - package org.apache.maven.plugin.surefire
 
org.apache.maven.plugin.surefire.booterclient - package org.apache.maven.plugin.surefire.booterclient
 
org.apache.maven.plugin.surefire.booterclient.output - package org.apache.maven.plugin.surefire.booterclient.output
 
OutputConsumer - Interface in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer that will be called from Surefire when forking tests to process the lines of the surefire header, messages, footer and test output from the forked Surefire execution.
OutputConsumerProxy - Class in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer that will delegate to another OutputConsumer
OutputConsumerProxy(OutputConsumer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Create a output consumer that will delegate all calls to the proxied output consumer

P

PrintWriterOutputConsumer - Class in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer that writes everything to a Writer
PrintWriterOutputConsumer(Writer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
Create a consumer that will write to the specified Writer
PrintWriterOutputConsumer(PrintWriter) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
Create a consumer that will write to the specified Writer
processSystemProperties(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
ProviderDetector - Class in org.apache.maven.plugin.surefire.booterclient
 
ProviderDetector() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ProviderDetector
 
ProviderInfo - Interface in org.apache.maven.plugin.surefire
 
ProviderList - Class in org.apache.maven.plugin.surefire
 
ProviderList(ProviderInfo[], ConfigurableProviderInfo) - Constructor for class org.apache.maven.plugin.surefire.ProviderList
 

R

reportExecution(SurefireReportParameters, int, Log) - Static method in class org.apache.maven.plugin.surefire.SurefireHelper
 
resolve(Log) - Method in class org.apache.maven.plugin.surefire.ProviderList
 
resolveArtifact(Artifact, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
run() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkStarter
 

S

serialize(ProviderConfiguration, StartupConfiguration, Object) - Method in class org.apache.maven.plugin.surefire.booterclient.BooterSerializer
 
setAdditionalClasspathElements(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setArgLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setArgLine(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setArtifactFactory(ArtifactFactory) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setArtifactResolver(ArtifactResolver) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setChildDelegation(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClasspathDependencyExcludes(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClasspathDependencyScopeExclude(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setDebug(boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setDebugForkedProcess(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setDebugLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setDisableXmlReport(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setEnableAssertions(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setEnvironmentVariables(Map) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setEnvironmentVariables(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setExcludedGroups(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setExcludes(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setFailIfNoTests(Boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setFailIfNoTests(Boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setForkedProcessTimeoutInSeconds(int) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setForkMode(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setGroups(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setIncludes(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setInternalSystemProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJunitArtifactName(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJvm(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJvmExecutable(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setLocalRepository(ArtifactRepository) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setMetadataSource(ArtifactMetadataSource) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setObjectFactory(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setOriginalSystemProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setParallel(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPerCoreThreadCount(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPluginArtifactMap(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPrintSummary(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProject(MavenProject) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProjectArtifactMap(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setRedirectTestOutputToFile(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setRemoteRepositories(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportFormat(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setRunOrder(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSession(MavenSession) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkip(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkip(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setSkipExec(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkipExec(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setSkipTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkipTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setSuiteXmlFiles(File[]) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSystemProperties(Properties) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setSystemProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSystemPropertyVariables(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTempDirectory(File) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setTest(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTestClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTestClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setTestFailureIgnore(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setTestNGArtifactName(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTestSourceDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setThreadCount(int) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setToolchainManager(ToolchainManager) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTrimStackTrace(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseFile(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseManifestOnlyJar(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseSystemClassLoader(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseUnlimitedThreads(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setWorkingDirectory(File) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setWorkingDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
StandardOutputConsumer - Class in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer that writes everything to System.out
StandardOutputConsumer() - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.StandardOutputConsumer
Create a consumer that will write to System.out
stripNewLines(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
SupressFooterOutputConsumerProxy - Class in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer that will take out the surefire footer
SupressFooterOutputConsumerProxy(OutputConsumer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.SupressFooterOutputConsumerProxy
Create a consumer that will delegate all calls to the next filter but SupressFooterOutputConsumerProxy.consumeFooterLine(String)
SupressHeaderOutputConsumerProxy - Class in org.apache.maven.plugin.surefire.booterclient.output
Surefire output consumer that will take out the surefire header
SupressHeaderOutputConsumerProxy(OutputConsumer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.SupressHeaderOutputConsumerProxy
Create a consumer that will delegate all calls to the next filter but SupressHeaderOutputConsumerProxy.consumeHeaderLine(String)
SurefireDependencyResolver - Class in org.apache.maven.plugin.surefire
Does dependency resolution and artifact handling for the surefire plugin.
SurefireDependencyResolver(ArtifactResolver, ArtifactFactory, Log, ArtifactRepository, List, ArtifactMetadataSource, String) - Constructor for class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
SurefireExecutionParameters - Interface in org.apache.maven.plugin.surefire
The parameters required to execute surefire.
SurefireHelper - Class in org.apache.maven.plugin.surefire
Helper class for surefire plugins
SurefireReportParameters - Interface in org.apache.maven.plugin.surefire
The parameters required to report on a surefire execution.
SynchronizedOutputConsumer - Class in org.apache.maven.plugin.surefire.booterclient.output
Imposes synchronization on a non-thredsafe OutputConsumer
SynchronizedOutputConsumer(OutputConsumer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 

T

testSetCompleted() - Method in class org.apache.maven.plugin.surefire.booterclient.output.FileOutputConsumerProxy
 
testSetCompleted() - Method in class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 
testSetCompleted() - Method in interface org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer
This method will be called when a test set ends, after consuming all its surefire message lines.
testSetCompleted() - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Delegate to proxied OutputConsumer
testSetCompleted() - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
Do nothing
testSetCompleted() - Method in class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.output.FileOutputConsumerProxy
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.output.NullOutputConsumer
 
testSetStarting(ReportEntry) - Method in interface org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer
This method will be called when a test set starts, before consuming surefire message lines.
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
Delegate to proxied OutputConsumer
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.output.PrintWriterOutputConsumer
Do nothing
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.output.SynchronizedOutputConsumer
 

V

verifyParameters() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

W

warnIfUselessUseSystemClassLoaderParameter() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

A B C E F G H I L N O P R S T V W

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