configurationslicing.timer
Class TimerSlice

java.lang.Object
  extended by configurationslicing.Slice
      extended by configurationslicing.timer.TimerSlice
All Implemented Interfaces:
java.io.Serializable

@Extension
public class TimerSlice
extends Slice
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TimerSlice()
           
TimerSlice(java.lang.String spec)
           
 
Method Summary
 void add(hudson.triggers.TimerTrigger trigger, hudson.model.AbstractProject<?,?> i)
           
 java.lang.String getSpec()
           
 TimerSlice newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 boolean transform(hudson.triggers.TimerTrigger trigger, hudson.model.AbstractProject<?,?> i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerSlice

public TimerSlice()

TimerSlice

@DataBoundConstructor
public TimerSlice(java.lang.String spec)
Method Detail

add

public void add(hudson.triggers.TimerTrigger trigger,
                hudson.model.AbstractProject<?,?> i)

getSpec

public java.lang.String getSpec()

transform

public boolean transform(hudson.triggers.TimerTrigger trigger,
                         hudson.model.AbstractProject<?,?> i)
                  throws antlr.ANTLRException,
                         java.io.IOException
Throws:
antlr.ANTLRException
java.io.IOException

newInstance

public TimerSlice newInstance(org.kohsuke.stapler.StaplerRequest req,
                              net.sf.json.JSONObject formData)
                       throws hudson.model.Descriptor.FormException
Specified by:
newInstance in class Slice
Throws:
hudson.model.Descriptor.FormException


Copyright © 2009. All Rights Reserved.