configurationslicing
Class ConfigurationSlicing.SliceExecutor<T extends Slice,I>

java.lang.Object
  extended by configurationslicing.ConfigurationSlicing.SliceExecutor<T,I>
Enclosing class:
ConfigurationSlicing

public class ConfigurationSlicing.SliceExecutor<T extends Slice,I>
extends java.lang.Object


Constructor Summary
ConfigurationSlicing.SliceExecutor(Slicer<T,I> s)
           
 
Method Summary
 void doSliceconfigSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.util.List<I> getChanged()
           
 ConfigurationSlicing getParent()
           
 T getSlice()
           
 java.util.List<I> getWorklist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationSlicing.SliceExecutor

public ConfigurationSlicing.SliceExecutor(Slicer<T,I> s)
Method Detail

getParent

public ConfigurationSlicing getParent()

getSlice

public T getSlice()

getChanged

public java.util.List<I> getChanged()

getWorklist

public java.util.List<I> getWorklist()

doSliceconfigSubmit

public void doSliceconfigSubmit(org.kohsuke.stapler.StaplerRequest req,
                                org.kohsuke.stapler.StaplerResponse rsp)
                         throws java.io.IOException,
                                javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2010. All Rights Reserved.