org.apache.maven.continuum.trigger.quartz
Class ContinuumBuildTrigger

java.lang.Object
  extended by org.quartz.Trigger
      extended by org.quartz.SimpleTrigger
          extended by org.apache.maven.continuum.trigger.quartz.ContinuumBuildTrigger
All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class ContinuumBuildTrigger
extends org.quartz.SimpleTrigger

Version:
$Id: ContinuumBuildTrigger.java 492619 2007-01-04 15:50:48Z evenisse $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.quartz.SimpleTrigger
MISFIRE_INSTRUCTION_FIRE_NOW, MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT, MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT, MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT, MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT, REPEAT_INDEFINITELY
 
Fields inherited from class org.quartz.Trigger
INSTRUCTION_DELETE_TRIGGER, INSTRUCTION_NOOP, INSTRUCTION_RE_EXECUTE_JOB, INSTRUCTION_SET_ALL_JOB_TRIGGERS_COMPLETE, INSTRUCTION_SET_ALL_JOB_TRIGGERS_ERROR, INSTRUCTION_SET_TRIGGER_COMPLETE, INSTRUCTION_SET_TRIGGER_ERROR, MISFIRE_INSTRUCTION_SMART_POLICY, STATE_BLOCKED, STATE_COMPLETE, STATE_ERROR, STATE_NONE, STATE_NORMAL, STATE_PAUSED
 
Constructor Summary
ContinuumBuildTrigger()
           
 
Method Summary
 void setRepeatCount(int repeatCount)
           
 
Methods inherited from class org.quartz.SimpleTrigger
computeFirstFireTime, computeNumTimesFiredBetween, executionComplete, getEndTime, getFinalFireTime, getFireTimeAfter, getFireTimeBefore, getNextFireTime, getPreviousFireTime, getRepeatCount, getRepeatInterval, getStartTime, getTimesTriggered, main, mayFireAgain, setEndTime, setNextFireTime, setPreviousFireTime, setRepeatInterval, setStartTime, setTimesTriggered, triggered, updateAfterMisfire, updateWithNewCalendar, validate, validateMisfireInstruction
 
Methods inherited from class org.quartz.Trigger
addTriggerListener, clone, compareTo, equals, getCalendarName, getDescription, getFireInstanceId, getFullJobName, getFullName, getGroup, getJobDataMap, getJobGroup, getJobName, getMisfireInstruction, getName, getTriggerListenerNames, hashCode, isVolatile, removeTriggerListener, setCalendarName, setDescription, setFireInstanceId, setGroup, setJobDataMap, setJobGroup, setJobName, setMisfireInstruction, setName, setVolatility, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContinuumBuildTrigger

public ContinuumBuildTrigger()
Method Detail

setRepeatCount

public void setRepeatCount(int repeatCount)
Overrides:
setRepeatCount in class org.quartz.SimpleTrigger


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.