org.kuali.maven.mojo
Class GenJobsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kuali.maven.mojo.BaseMojo
          extended by org.kuali.maven.mojo.AbstractGenerateMojo
              extended by org.kuali.maven.mojo.GenJobsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class GenJobsMojo
extends AbstractGenerateMojo

Generate one or more XML config files for Jenkins jobs to the local file system.


Field Summary
 
Fields inherited from class org.kuali.maven.mojo.BaseMojo
FS
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
GenJobsMojo()
           
 
Method Summary
 void execute()
           
 String getTypes()
           
 void setType(String types)
           
 
Methods inherited from class org.kuali.maven.mojo.AbstractGenerateMojo
getTemplate, setTemplate
 
Methods inherited from class org.kuali.maven.mojo.BaseMojo
getPluginArtifacts, getProject, getServer, getTimestampFormat, getWorkingDir, isStopOnError, setServer, setStopOnError, setTimestampFormat, setWorkingDir
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenJobsMojo

public GenJobsMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

getTypes

public String getTypes()

setType

public void setType(String types)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.