public abstract class JobActionMojoBase extends BatchEEMojoBase
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
jobParameters
the job parameters to use.
|
protected boolean |
wait
wait or not the end of this task before exiting maven plugin execution.
|
operator, properties| Constructor and Description |
|---|
JobActionMojoBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static Properties |
toProperties(Map<String,String> jobParameters) |
protected void |
waitEnd(javax.batch.operations.JobOperator jobOperator,
long id) |
getOrCreateOperatorgetLog, getPluginContext, setLog, setPluginContext@Parameter(property="batchee.wait",
defaultValue="false")
protected boolean wait
protected static Properties toProperties(Map<String,String> jobParameters)
protected void waitEnd(javax.batch.operations.JobOperator jobOperator,
long id)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.