configurationslicing
Class Slice

java.lang.Object
  extended by configurationslicing.Slice
Direct Known Subclasses:
BooleanSlice, UnorderedStringSlice

public abstract class Slice
extends java.lang.Object


Constructor Summary
Slice()
           
 
Method Summary
abstract  Slice newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slice

public Slice()
Method Detail

newInstance

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


Copyright © 2010. All Rights Reserved.