org.jvnet.hudson.maven.plugins.hudson
Interface AbstractHudsonMojo.JobClosure
- All Known Implementing Classes:
- AbstractActionPerJobMojo, AddTwitterMojo, BuildAllMojo
- Enclosing class:
- AbstractHudsonMojo
protected static interface AbstractHudsonMojo.JobClosure
Callback interface for the forEachJob method.
|
Method Summary |
void |
doWithJob(java.lang.String jobName)
Perform some task for each job. |
doWithJob
void doWithJob(java.lang.String jobName)
throws org.apache.maven.plugin.MojoExecutionException
- Perform some task for each job.
- Parameters:
jobName - the name of the job
- Throws:
org.apache.maven.plugin.MojoExecutionException - if something goes wrong
Copyright © 1981-2008 MTV Networks. All Rights Reserved.