com.atlassian.maven.plugins.smartpackage
Class CreateTestPackage
java.lang.Object
groovy.lang.GroovyObjectSupport
org.codehaus.gmaven.mojo.GroovyMojo
com.atlassian.maven.plugins.smartpackage.CreateTestPackage
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CreateTestPackage
- extends org.codehaus.gmaven.mojo.GroovyMojo
- implements groovy.lang.GroovyObject
Creates a test running package
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.codehaus.gmaven.mojo.GroovyMojo |
fail, fail, getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateTestPackage
public CreateTestPackage()
getProject
public org.apache.maven.project.MavenProject getProject()
setProject
public void setProject(org.apache.maven.project.MavenProject value)
getSession
public org.apache.maven.execution.MavenSession getSession()
setSession
public void setSession(org.apache.maven.execution.MavenSession value)
getExcludedFiles
public java.lang.String[] getExcludedFiles()
setExcludedFiles
public void setExcludedFiles(java.lang.String[] value)
getRunnerName
public java.lang.String getRunnerName()
setRunnerName
public void setRunnerName(java.lang.String value)
getTemplatePom
public java.lang.String getTemplatePom()
setTemplatePom
public void setTemplatePom(java.lang.String value)
getIncludeCurrentArtifact
public boolean getIncludeCurrentArtifact()
isIncludeCurrentArtifact
public boolean isIncludeCurrentArtifact()
setIncludeCurrentArtifact
public void setIncludeCurrentArtifact(boolean value)
getIncludeBuildPlugins
public boolean getIncludeBuildPlugins()
isIncludeBuildPlugins
public boolean isIncludeBuildPlugins()
setIncludeBuildPlugins
public void setIncludeBuildPlugins(boolean value)
getIncludePluginManagement
public boolean getIncludePluginManagement()
isIncludePluginManagement
public boolean isIncludePluginManagement()
setIncludePluginManagement
public void setIncludePluginManagement(boolean value)
getIncludeProfiles
public boolean getIncludeProfiles()
isIncludeProfiles
public boolean isIncludeProfiles()
setIncludeProfiles
public void setIncludeProfiles(boolean value)
getAdditionalDependencyList
public java.lang.String getAdditionalDependencyList()
setAdditionalDependencyList
public void setAdditionalDependencyList(java.lang.String value)
getSkip
public boolean getSkip()
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean value)
getAdditionalDependencies
public java.util.Set getAdditionalDependencies()
setAdditionalDependencies
public void setAdditionalDependencies(java.util.Set value)
getReactorProjects
public java.util.List getReactorProjects()
setReactorProjects
public void setReactorProjects(java.util.List value)
getTotalClassPathFileElements
public static java.lang.Object getTotalClassPathFileElements()
setTotalClassPathFileElements
public static void setTotalClassPathFileElements(java.lang.Object value)
getPackagePoms
public static java.lang.Object getPackagePoms()
setPackagePoms
public static void setPackagePoms(java.lang.Object value)
getTotalClassPathDirElements
public static java.lang.Object getTotalClassPathDirElements()
setTotalClassPathDirElements
public static void setTotalClassPathDirElements(java.lang.Object value)
execute
public void execute()
- Specified by:
execute in interface org.apache.maven.plugin.Mojo
buildPlugin
public java.lang.Object buildPlugin(java.lang.Object template)
buildPluginManagement
public java.lang.Object buildPluginManagement(java.lang.Object template)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class groovy.lang.GroovyObjectSupport
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class groovy.lang.GroovyObjectSupport
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class groovy.lang.GroovyObjectSupport
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class org.codehaus.gmaven.mojo.GroovyMojo
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class groovy.lang.GroovyObjectSupport
Copyright © 2013 Atlassian. All Rights Reserved.