Class TaskBatchProperties

java.lang.Object
org.springframework.cloud.task.batch.configuration.TaskBatchProperties

@ConfigurationProperties(prefix="spring.cloud.task.batch") public class TaskBatchProperties extends Object
Establish properties to be used for how Tasks work with Spring Batch.
Since:
2.0.0
Author:
Glenn Renfro, Michael Minella
  • Constructor Details

    • TaskBatchProperties

      public TaskBatchProperties()
  • Method Details

    • getJobNames

      public String getJobNames()
    • setJobNames

      public void setJobNames(String jobNames)
    • getCommandLineRunnerOrder

      public int getCommandLineRunnerOrder()
    • setCommandLineRunnerOrder

      public void setCommandLineRunnerOrder(int commandLineRunnerOrder)
    • getFailOnJobFailurePollInterval

      public long getFailOnJobFailurePollInterval()
    • setFailOnJobFailurePollInterval

      public void setFailOnJobFailurePollInterval(long failOnJobFailurePollInterval)