| Package | Description |
|---|---|
| com.bmc.arsys.plugins.report.schedule |
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setHourly(int hours,
int[] daysOfWeek,
int[] hoursOfDay)
Sets the schedule to hourly based upon the number of hours,
day descriptor and a inclusive time span.
|
void |
Schedule.setMinutely(int minutes,
int[] daysOfWeek,
int[] hoursOfDay)
set the schedule to minutely based upon the number of minutes,
day descriptor and a inclusive time span
|
void |
Schedule.setMonthly(int months,
int weekOfMonth,
int[] daysOfWeek)
For Type 2, sets the schedule to monthly based upon the week descriptor,
day descriptor and month frequency.
|
void |
Schedule.setMonthlyByDayOfMonth(int months,
int dayOfMonth)
Sets the schedule to monthly based upon the day of the month.
|
void |
Schedule.setWeekly(int weeks,
int[] days)
Sets the schedule to weekly and only execute on days specified.
|
void |
Schedule.setYearlyByDayOfMonth(int monthOfYear,
int day)
Sets the schedule to yearly based upon the number of years,
month descriptor and day of the month (based upon the month).
|
void |
Schedule.setYearlyByDayOfWeek(int weekOfMonth,
int[] daysOfWeek,
int monthOfYear)
Sets the schedule to yearly based upon the number of years,
week descriptor and day of the month (based upon the month).
|
? Copyright 2013 BMC Software, Inc.