configurationslicing.timer
Class TimerSlicer

java.lang.Object
  extended by configurationslicing.AbstractProjectSlicer<TimerSlice>
      extended by configurationslicing.timer.TimerSlicer
All Implemented Interfaces:
Slicer<TimerSlice,hudson.model.AbstractProject>, hudson.ExtensionPoint

@Extension
public class TimerSlicer
extends AbstractProjectSlicer<TimerSlice>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TimerSlicer()
           
 
Method Summary
 TimerSlice accumulate(TimerSlice t, hudson.model.AbstractProject i)
           
 TimerSlice getInitialAccumulator()
           
 java.lang.String getName()
           
 java.lang.String getUrl()
           
 boolean transform(TimerSlice t, hudson.model.AbstractProject i)
           
 
Methods inherited from class configurationslicing.AbstractProjectSlicer
getWorkDomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerSlicer

public TimerSlicer()
Method Detail

getInitialAccumulator

public TimerSlice getInitialAccumulator()

accumulate

public TimerSlice accumulate(TimerSlice t,
                             hudson.model.AbstractProject i)

transform

public boolean transform(TimerSlice t,
                         hudson.model.AbstractProject i)

getName

public java.lang.String getName()

getUrl

public java.lang.String getUrl()


Copyright © 2009. All Rights Reserved.