org.zeroturnaround.jenkins
Class SchemaSelectionForm
java.lang.Object
org.zeroturnaround.jenkins.SchemaSelectionForm
- All Implemented Interfaces:
- hudson.model.Describable<SchemaSelectionForm>
public class SchemaSelectionForm
- extends java.lang.Object
- implements hudson.model.Describable<SchemaSelectionForm>
|
Constructor Summary |
SchemaSelectionForm(java.lang.String selectedSchema,
java.lang.String targetProxy)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaSelectionForm
@DataBoundConstructor
public SchemaSelectionForm(java.lang.String selectedSchema,
java.lang.String targetProxy)
setSelectedSchema
public void setSelectedSchema(java.lang.String selectedSchema)
setTargetProxy
public void setTargetProxy(java.lang.String targetProxy)
getSelectedSchema
public java.lang.String getSelectedSchema()
getTargetProxy
public java.lang.String getTargetProxy()
getDescriptor
public SchemaSelectionForm.SchemaSelectionDescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<SchemaSelectionForm>
Copyright © 2004-2013. All Rights Reserved.