public class ExecuteJobsCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected JobFailureCollector |
jobFailureCollector |
protected String |
jobId |
Constructor and Description |
---|
ExecuteJobsCmd(String jobId,
JobFailureCollector jobFailureCollector) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String jobId
protected JobFailureCollector jobFailureCollector
public ExecuteJobsCmd(String jobId, JobFailureCollector jobFailureCollector)
public Void execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.