Interface JobBuilder

    • Method Detail

      • properties

        JobBuilder properties​(java.util.Map<java.lang.String,​java.lang.Object> props)
        Set the optional configuration properties for the job.
        Parameters:
        props - The properties of the job. All values must be java.io.Serializable.
        Returns:
        The job builder to continue building.
      • add

        Job add​(java.util.List<java.lang.String> errors)
        Add the job.
        Parameters:
        errors - Optional list which will be filled with error messages.
        Returns:
        The job or null
        See Also:
        JobManager.addJob(String, Map)