org.kuali.maven.mojo
Class CliMojo

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

public class CliMojo
extends AbstractCliMojo

Connect to a Jenkins server and execute a Jenkins CLI command


Field Summary
 
Fields inherited from class org.kuali.maven.mojo.BaseMojo
FS
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CliMojo()
           
 
Method Summary
 void execute()
           
 String getCmd()
           
 void setCmd(String cmd)
           
 
Methods inherited from class org.kuali.maven.mojo.AbstractCliMojo
getClassname, setClassname
 
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

CliMojo

public CliMojo()
Method Detail

execute

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

getCmd

public String getCmd()

setCmd

public void setCmd(String cmd)


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