org.zeroturnaround.jenkins
Class SchemaSelectionForm

java.lang.Object
  extended by org.zeroturnaround.jenkins.SchemaSelectionForm
All Implemented Interfaces:
hudson.model.Describable<SchemaSelectionForm>

public class SchemaSelectionForm
extends Object
implements hudson.model.Describable<SchemaSelectionForm>


Nested Class Summary
static class SchemaSelectionForm.SchemaSelectionDescriptorImpl
           
 
Constructor Summary
SchemaSelectionForm(String selectedSchema, String targetProxy)
           
 
Method Summary
 SchemaSelectionForm.SchemaSelectionDescriptorImpl getDescriptor()
           
 String getSelectedSchema()
           
 String getTargetProxy()
           
 void setSelectedSchema(String selectedSchema)
           
 void setTargetProxy(String targetProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaSelectionForm

@DataBoundConstructor
public SchemaSelectionForm(String selectedSchema,
                                                String targetProxy)
Method Detail

setSelectedSchema

public void setSelectedSchema(String selectedSchema)

setTargetProxy

public void setTargetProxy(String targetProxy)

getSelectedSchema

public String getSelectedSchema()

getTargetProxy

public String getTargetProxy()

getDescriptor

public SchemaSelectionForm.SchemaSelectionDescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<SchemaSelectionForm>


Copyright © 2004-2013. All Rights Reserved.