Skip navigation links
Spring Framework
org.springframework.scheduling.quartz

Interface JobDetailAwareTrigger

    • Field Detail

      • JOB_DETAIL_KEY

        static final String JOB_DETAIL_KEY
        Name of the key for the JobDetail value in the trigger's JobDataMap. This is an alternative to implementing the JobDetailAwareTrigger interface.
        See Also:
        Constant Field Values
    • Method Detail

      • getJobDetail

        JobDetail getJobDetail()
        Return the JobDetail that this Trigger is associated with.
        Returns:
        the associated JobDetail, or null if none
Spring Framework