@Mojo(name="instances") public class JobInstancesMojo extends BatchEEMojoBase
| Modifier and Type | Field and Description |
|---|---|
protected int |
count
the maximum number of instance to bring back
|
protected String |
jobName
the job name to use to find job instances
|
protected int |
start
the first job instance to take into account
|
operator, properties| Constructor and Description |
|---|
JobInstancesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
getOrCreateOperator@Parameter(required=true,
property="batchee.job")
protected String jobName
@Parameter(property="batchee.start",
defaultValue="0")
protected int start
@Parameter(property="batchee.count",
defaultValue="10")
protected int count
Copyright © 2016 The Apache Software Foundation. All rights reserved.