@Extension public static final class SQLPlusRunnerBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
ListBoxModel |
doFillCredentialsIdItems(ItemGroup<?> context) |
String |
getDisplayName() |
String |
getGlobalNLSLang() |
String |
getGlobalOracleHome() |
String |
getGlobalSQLPath() |
String |
getGlobalSQLPlusHome() |
String |
getGlobalTNSAdmin() |
String |
getOracleHome() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
boolean |
isDebug() |
boolean |
isHideSQLPlusVersion() |
boolean |
isTryToDetectOracleHome() |
void |
setDebug(boolean debug) |
void |
setGlobalNLSLang(String globalNLSLang) |
void |
setGlobalOracleHome(String globalOracleHome) |
void |
setGlobalSQLPath(String globalSQLPath) |
void |
setGlobalSQLPlusHome(String globalSQLPlusHome) |
void |
setGlobalTNSAdmin(String globalTNSAdmin) |
void |
setHideSQLPlusVersion(boolean hideSQLPlusVersion) |
void |
setOracleHome(String globalOracleHome) |
void |
setTryToDetectOracleHome(boolean tryToDetectOracleHome) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<Builder>Descriptor.FormExceptionpublic boolean isHideSQLPlusVersion()
public void setHideSQLPlusVersion(boolean hideSQLPlusVersion)
public boolean isTryToDetectOracleHome()
public void setTryToDetectOracleHome(boolean tryToDetectOracleHome)
public boolean isDebug()
public void setDebug(boolean debug)
public String getOracleHome()
public void setOracleHome(String globalOracleHome)
public String getGlobalSQLPlusHome()
public void setGlobalSQLPlusHome(String globalSQLPlusHome)
public String getGlobalTNSAdmin()
public void setGlobalTNSAdmin(String globalTNSAdmin)
public String getGlobalNLSLang()
public void setGlobalNLSLang(String globalNLSLang)
public String getGlobalSQLPath()
public void setGlobalSQLPath(String globalSQLPath)
public String getGlobalOracleHome()
public void setGlobalOracleHome(String globalOracleHome)
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath ItemGroup<?> context)
Copyright © 2013–2021. All rights reserved.