com.tombrus.hudson.dostrigger
Class DosTrigger

java.lang.Object
  extended by hudson.triggers.Trigger<hudson.model.Project>
      extended by org.jenkinsci.plugins.dostrigger.DosTrigger
          extended by com.tombrus.hudson.dostrigger.DosTrigger
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.triggers.Trigger<?>>

public final class DosTrigger
extends DosTrigger

For backward compatibility loading data from older versions of this plugin.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.dostrigger.DosTrigger
DosTrigger.DescriptorImpl
 
Nested classes/interfaces inherited from class hudson.triggers.Trigger
hudson.triggers.Trigger.Cron
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.triggers.Trigger
job, spec, tabs, timer
 
Constructor Summary
DosTrigger(String schedule, String script)
           
 
Method Summary
protected  Object readResolve()
           
 
Methods inherited from class org.jenkinsci.plugins.dostrigger.DosTrigger
getSchedule, getScript, initCharacteristicEnvVars, run
 
Methods inherited from class hudson.triggers.Trigger
all, checkTriggers, for_, getDescriptor, getProjectAction, getProjectActions, getSpec, init, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DosTrigger

public DosTrigger(String schedule,
                  String script)
           throws antlr.ANTLRException
Throws:
antlr.ANTLRException
Method Detail

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Overrides:
readResolve in class hudson.triggers.Trigger<hudson.model.Project>
Throws:
ObjectStreamException


Copyright © 2004-2011. All Rights Reserved.