- getCronExpression() - Method in class com.atlassian.scheduler.config.CronScheduleInfo
-
- getCronExpression() - Method in exception com.atlassian.scheduler.cron.CronSyntaxException
-
Returns the cron expression that could not be parsed.
- getCronScheduleInfo() - Method in class com.atlassian.scheduler.config.Schedule
-
Returns a representation of the cron settings that were used to create this schedule.
- getDurationInMillis() - Method in interface com.atlassian.scheduler.status.RunDetails
-
Returns the duration (in milliseconds) that the job took to complete.
- getErrorCode() - Method in exception com.atlassian.scheduler.cron.CronSyntaxException
-
Returns the error code identifying the underlying cause of the parse failure.
- getErrorOffset() - Method in exception com.atlassian.scheduler.cron.CronSyntaxException
-
Returns the 0-based index of the character at which the parse error was identified.
- getFirstRunTime() - Method in class com.atlassian.scheduler.config.IntervalScheduleInfo
-
- getIntervalInMillis() - Method in class com.atlassian.scheduler.config.IntervalScheduleInfo
-
- getIntervalScheduleInfo() - Method in class com.atlassian.scheduler.config.Schedule
-
Returns a representation of the simple settings that were used to create this schedule.
- getJobConfig() - Method in interface com.atlassian.scheduler.JobRunnerRequest
-
Returns the job's configuration, such as its schedule and parameters.
- getJobDetails(JobId) - Method in interface com.atlassian.scheduler.SchedulerService
-
Retrieves the details for the specified job ID.
- getJobId() - Method in interface com.atlassian.scheduler.JobRunnerRequest
-
Returns the job ID that was used to schedule this job.
- getJobId() - Method in interface com.atlassian.scheduler.status.JobDetails
-
- getJobRunnerKey() - Method in class com.atlassian.scheduler.config.JobConfig
-
- getJobRunnerKey() - Method in interface com.atlassian.scheduler.status.JobDetails
-
- getJobRunnerKeysForAllScheduledJobs() - Method in interface com.atlassian.scheduler.SchedulerService
-
Returns all of the job runner keys that have been used to schedule jobs, regardless
of whether or not
JobRunners are currently registered for them.
- getJobsByJobRunnerKey(JobRunnerKey) - Method in interface com.atlassian.scheduler.SchedulerService
-
Retrieves the job details for all jobs with the given job runner key.
- getLastRunForJob(JobId) - Method in interface com.atlassian.scheduler.SchedulerHistoryService
-
Returns the result of the most recent attempt to run this job.
- getLastSuccessfulRunForJob(JobId) - Method in interface com.atlassian.scheduler.SchedulerHistoryService
-
Returns the result of the most recent successful run of this job.
- getMessage() - Method in class com.atlassian.scheduler.JobRunnerResponse
-
- getMessage() - Method in interface com.atlassian.scheduler.status.RunDetails
-
Returns any additional message that the job would like to report about this job run.
- getNextRunTime() - Method in interface com.atlassian.scheduler.status.JobDetails
-
Returns the next time at which this job will run, if known.
- getParameters() - Method in class com.atlassian.scheduler.config.JobConfig
-
- getParameters() - Method in interface com.atlassian.scheduler.status.JobDetails
-
Returns the configured runtime parameters for this job.
- getRegisteredJobRunnerKeys() - Method in interface com.atlassian.scheduler.SchedulerService
-
Returns all of the job runner keys that currently have registered job runners, regardless
of whether or not any jobs have actually been
scheduled
for them.
- getRunMode() - Method in class com.atlassian.scheduler.config.JobConfig
-
- getRunMode() - Method in interface com.atlassian.scheduler.status.JobDetails
-
- getRunOutcome() - Method in class com.atlassian.scheduler.JobRunnerResponse
-
- getRunOutcome() - Method in interface com.atlassian.scheduler.status.RunDetails
-
Returns the overall result of the job
- getSchedule() - Method in class com.atlassian.scheduler.config.JobConfig
-
- getSchedule() - Method in interface com.atlassian.scheduler.status.JobDetails
-
Returns the schedule that the Job will run under.
- getStartTime() - Method in interface com.atlassian.scheduler.JobRunnerRequest
-
Returns the time at which the job was started.
- getStartTime() - Method in interface com.atlassian.scheduler.status.RunDetails
-
Returns the starting time of this job run.
- getTimeZone() - Method in class com.atlassian.scheduler.config.CronScheduleInfo
-
- getType() - Method in class com.atlassian.scheduler.config.Schedule
-
- getValue() - Method in exception com.atlassian.scheduler.cron.CronSyntaxException
-
Returns the value that caused the exception to be thrown, if that information is available.
- validate(String) - Method in interface com.atlassian.scheduler.cron.CronExpressionValidator
-
Validates that a cron expression can be successfully parsed.
- value(String) - Method in class com.atlassian.scheduler.cron.CronSyntaxException.Builder
-
Sets the value that caused the exception.
- value(char) - Method in class com.atlassian.scheduler.cron.CronSyntaxException.Builder
-
Sets the value that caused the exception.
- valueOf(String) - Static method in enum com.atlassian.scheduler.config.RunMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.scheduler.config.Schedule.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.scheduler.cron.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.scheduler.status.RunOutcome
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.scheduler.config.RunMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.scheduler.config.Schedule.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.scheduler.cron.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.scheduler.status.RunOutcome
-
Returns an array containing the constants of this enum type, in
the order they are declared.