|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dtf.testframework.coordinator2.scheduler.types.ScheduleInformation
org.jboss.dtf.testframework.coordinator2.scheduler.types.OneTimeOnlySchedule
public class OneTimeOnlySchedule
| Field Summary |
|---|
| Fields inherited from class org.jboss.dtf.testframework.coordinator2.scheduler.types.ScheduleInformation |
|---|
DAILY, MONTHLY, ONE_TIME_ONLY, WEEKLY |
| Constructor Summary | |
|---|---|
OneTimeOnlySchedule(java.util.Date startDateTime)
|
|
| Method Summary | |
|---|---|
static OneTimeOnlySchedule |
createSchedule(java.util.Date startDateTime)
|
java.util.Calendar |
getNextActivationTime()
Retrieves the a Date object containing the time and date this schedule next becomes active. |
java.util.Date |
getStartDateTime()
|
boolean |
isScheduleFinished()
Returns true if the schedule has now finished. |
| Methods inherited from class org.jboss.dtf.testframework.coordinator2.scheduler.types.ScheduleInformation |
|---|
addFailure, associateFile, delete, deleteIfNecessary, deserialize, getAssociatedFile, getDistributionList, getFailures, getSoftwareVersion, getTestDefinitionsURL, getTestSelectionsURL, getUniqueId, serialize, serialize, setRunInformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneTimeOnlySchedule(java.util.Date startDateTime)
| Method Detail |
|---|
public java.util.Date getStartDateTime()
public java.util.Calendar getNextActivationTime()
getNextActivationTime in class ScheduleInformationpublic static OneTimeOnlySchedule createSchedule(java.util.Date startDateTime)
public boolean isScheduleFinished()
isScheduleFinished in class ScheduleInformation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||