JobBuilder MembersQuartz.NET API Documentation

The JobBuilder type exposes the following members.

Constructors

  NameDescription
Protected methodJobBuilder
Initializes a new instance of the JobBuilder class
Top
Methods

  NameDescription
Public methodBuild
Produce the IJobDetail instance defined by this JobBuilder.
Public methodStatic memberCreate 
Create a JobBuilder with which to define a IJobDetail.
Public methodStatic memberCreate(Type)
Create a JobBuilder with which to define a IJobDetail, and set the class name of the job to be executed.
Public methodStatic memberCreate T  
Create a JobBuilder with which to define a IJobDetail, and set the class name of the job to be executed.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOfType(Type)
Set the class which will be instantiated and executed when a Trigger fires that is associated with this JobDetail.
Public methodOfType T  
Set the class which will be instantiated and executed when a Trigger fires that is associated with this JobDetail.
Public methodRequestRecovery 
Instructs the IScheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
Public methodRequestRecovery(Boolean)
Instructs the IScheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
Public methodSetJobData
Replace the IJobDetail's JobDataMap with the given JobDataMap.
Public methodStoreDurably 
Whether or not the job should remain stored after it is orphaned (no ITriggers point to it).
Public methodStoreDurably(Boolean)
Whether or not the job should remain stored after it is orphaned (no ITriggers point to it).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUsingJobData(JobDataMap)
Add all the data from the given JobDataMap to the IJobDetail's JobDataMap.
Public methodUsingJobData(String, Boolean)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Double)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Int32)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Int64)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Single)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, String)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodWithDescription
Set the given (human-meaningful) description of the Job.
Public methodWithIdentity(String)
Use a JobKey with the given name and default group to identify the JobDetail.
Public methodWithIdentity(JobKey)
Use a JobKey to identify the JobDetail.
Public methodWithIdentity(String, String)
Use a JobKey with the given name and group to identify the JobDetail.
Top
See Also