public static class AbstractSurefireMojoJava7PlusTest.Mojo extends org.apache.maven.plugin.surefire.AbstractSurefireMojo
basedir, skip, skipExec, skipTests, testClassesDirectory| Constructor and Description |
|---|
Mojo() |
addPluginSpecificChecksumItems, cleanupForkConfiguration, convertWithCoreCount, createCopyAndReplaceForkNumPlaceholder, createProviders, effectiveIsEnableAssertions, execute, getAdditionalClasspathElements, getArgLine, getArtifactFactory, getArtifactResolver, getClassLoaderConfiguration, getClasspathDependencyExcludes, getClasspathDependencyScopeExclude, getConsoleLogger, getDependenciesToScan, getEffectiveForkCount, getEnvironmentVariables, getExcludedGroups, getExcludes, getFailIfNoTests, getForkCount, getForkMode, getGroups, getJunitArtifactName, getJunitPlatformArtifactName, getJvm, getLocalRepository, getMetadataSource, getObjectFactory, getParallel, getPerCoreThreadCount, getPluginArtifactMap, getPluginDescriptor, getProject, getProjectArtifactMap, getProjectBuildDirectory, getRemoteRepositories, getReportNameSuffix, getSession, getSpecificTests, getStatisticsFile, getSystemProperties, getSystemPropertiesFile, getSystemPropertyVariables, getTempDir, getTestNGArtifactName, getTestSourceDirectory, getThreadCount, getThreadCountClasses, getThreadCountMethods, getThreadCountSuites, getToolchainManager, getUseUnlimitedThreads, getWorkingDirectory, hasExecutedBefore, isAnyConcurrencySelected, isAnyGroupsSelected, isChildDelegation, isDisableXmlReport, isEnableAssertions, isForking, isMavenParallel, isParallelOptimized, isRedirectTestOutputToFile, isReuseForks, isTrimStackTrace, logDebugOrCliShowErrors, logReportsDirectory, setAdditionalClasspathElements, setArgLine, setArtifactFactory, setArtifactResolver, setChildDelegation, setClasspathDependencyExcludes, setClasspathDependencyScopeExclude, setDependenciesToScan, setDisableXmlReport, setEnableAssertions, setEnvironmentVariables, setExcludedGroups, setExcludes, setFailIfNoTests, setForkMode, setGroups, setJunitArtifactName, setJunitPlatformArtifactName, setLocalRepository, setMetadataSource, setObjectFactory, setParallel, setParallelOptimized, setPerCoreThreadCount, setPluginArtifactMap, setProject, setProjectArtifactMap, setProjectBuildDirectory, setProperties, setRedirectTestOutputToFile, setRemoteRepositories, setReportNameSuffix, setSession, setSystemProperties, setSystemPropertiesFile, setSystemPropertyVariables, setTempDir, setTestNGArtifactName, setTestSourceDirectory, setThreadCount, setThreadCountClasses, setThreadCountMethods, setThreadCountSuites, setToolchainManager, setTrimStackTrace, setUseUnlimitedThreads, setWorkingDirectorygetLog, getPluginContext, setLog, setPluginContextprotected String getPluginName()
getPluginName in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected int getRerunFailingTestsCount()
getRerunFailingTestsCount in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic boolean isSkipTests()
public void setSkipTests(boolean skipTests)
public boolean isSkipExec()
public void setSkipExec(boolean skipExec)
public boolean isSkip()
public void setSkip(boolean skip)
public File getBasedir()
public void setBasedir(File basedir)
public File getTestClassesDirectory()
public void setTestClassesDirectory(File testClassesDirectory)
public File getClassesDirectory()
public void setClassesDirectory(File classesDirectory)
public File getReportsDirectory()
public void setReportsDirectory(File reportsDirectory)
public String getTest()
public void setTest(String test)
public List<String> getIncludes()
getIncludes in interface org.apache.maven.plugin.surefire.SurefireExecutionParametersgetIncludes in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic File getIncludesFile()
getIncludesFile in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic void setIncludes(List<String> includes)
setIncludes in interface org.apache.maven.plugin.surefire.SurefireExecutionParameterssetIncludes in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic boolean isPrintSummary()
public void setPrintSummary(boolean printSummary)
public String getReportFormat()
public void setReportFormat(String reportFormat)
public boolean isUseFile()
public void setUseFile(boolean useFile)
public String getDebugForkedProcess()
public void setDebugForkedProcess(String debugForkedProcess)
public int getForkedProcessTimeoutInSeconds()
public void setForkedProcessTimeoutInSeconds(int forkedProcessTimeoutInSeconds)
public int getForkedProcessExitTimeoutInSeconds()
public void setForkedProcessExitTimeoutInSeconds(int forkedProcessTerminationTimeoutInSeconds)
public double getParallelTestsTimeoutInSeconds()
public void setParallelTestsTimeoutInSeconds(double parallelTestsTimeoutInSeconds)
public double getParallelTestsTimeoutForcedInSeconds()
public void setParallelTestsTimeoutForcedInSeconds(double parallelTestsTimeoutForcedInSeconds)
public boolean isUseSystemClassLoader()
public void setUseSystemClassLoader(boolean useSystemClassLoader)
public boolean isUseManifestOnlyJar()
public void setUseManifestOnlyJar(boolean useManifestOnlyJar)
public String getEncoding()
public void setEncoding(String encoding)
public Boolean getFailIfNoSpecifiedTests()
public void setFailIfNoSpecifiedTests(boolean failIfNoSpecifiedTests)
public int getSkipAfterFailureCount()
public String getShutdown()
public File getExcludesFile()
getExcludesFile in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected List<File> suiteXmlFiles()
suiteXmlFiles in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected boolean hasSuiteXmlFiles()
hasSuiteXmlFiles in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic File[] getSuiteXmlFiles()
getSuiteXmlFiles in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic void setSuiteXmlFiles(File[] suiteXmlFiles)
setSuiteXmlFiles in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic String getRunOrder()
getRunOrder in class org.apache.maven.plugin.surefire.AbstractSurefireMojopublic void setRunOrder(String runOrder)
setRunOrder in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected void handleSummary(RunResult summary, Exception firstForkException) throws MojoExecutionException, MojoFailureException
handleSummary in class org.apache.maven.plugin.surefire.AbstractSurefireMojoMojoExecutionExceptionMojoFailureExceptionprotected boolean isSkipExecution()
isSkipExecution in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected String[] getDefaultIncludes()
getDefaultIncludes in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected String getReportSchemaLocation()
getReportSchemaLocation in class org.apache.maven.plugin.surefire.AbstractSurefireMojoprotected Artifact getMojoArtifact()
getMojoArtifact in class org.apache.maven.plugin.surefire.AbstractSurefireMojoCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.