configurationslicing
Class AbstractProjectSlicer<T>

java.lang.Object
  extended by configurationslicing.AbstractProjectSlicer<T>
All Implemented Interfaces:
Slicer<T,hudson.model.AbstractProject>, hudson.ExtensionPoint
Direct Known Subclasses:
TimerSlicer

public abstract class AbstractProjectSlicer<T>
extends java.lang.Object
implements Slicer<T,hudson.model.AbstractProject>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
AbstractProjectSlicer()
           
 
Method Summary
 java.util.List<hudson.model.AbstractProject> getWorkDomain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface configurationslicing.Slicer
accumulate, getInitialAccumulator, getName, getUrl, transform
 

Constructor Detail

AbstractProjectSlicer

public AbstractProjectSlicer()
Method Detail

getWorkDomain

public final java.util.List<hudson.model.AbstractProject> getWorkDomain()
Specified by:
getWorkDomain in interface Slicer<T,hudson.model.AbstractProject>


Copyright © 2009. All Rights Reserved.