@Extension public static class GeneXusServerSCM.DescriptorImpl extends hudson.scm.SCMDescriptor<GeneXusServerSCM>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GENEXUS_PATH |
static String |
DEFAULT_SERVER_URL |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value,
String serverURL)
Validate the value for GeneXus Server credentials.
|
hudson.util.FormValidation |
doCheckKbDbCredentialsId(hudson.model.Item item,
String value,
String kBDbServerInstance)
Validate the value for the SQL Server credentials.
|
hudson.util.FormValidation |
doCheckKbDbServerInstance(String value)
Validate the value for a SQL Server Instance.
|
hudson.util.FormValidation |
doCheckServerURL(String value)
Validate the value for a GeneXus Server connection.
|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId,
String serverURL) |
hudson.util.ListBoxModel |
doFillGxInstallationIdItems() |
hudson.util.ListBoxModel |
doFillKbDbCredentialsIdItems(hudson.model.Item item,
String kbDbCredentialsId,
String kbDbServerInstance) |
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.Job project) |
hudson.scm.SCM |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
getBrowserDescriptors, isApplicable, isBrowserReusable, loadaddHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String DEFAULT_GENEXUS_PATH
public static final String DEFAULT_SERVER_URL
public boolean isApplicable(hudson.model.Job project)
isApplicable in class hudson.scm.SCMDescriptor<GeneXusServerSCM>public hudson.scm.SCM newInstance(@Nullable org.kohsuke.stapler.StaplerRequest req, @Nonnull net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.scm.SCM>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.scm.SCM>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.scm.SCM>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillGxInstallationIdItems()
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId,
@QueryParameter
String serverURL)
public hudson.util.ListBoxModel doFillKbDbCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String kbDbCredentialsId,
@QueryParameter
String kbDbServerInstance)
public hudson.util.FormValidation doCheckServerURL(@QueryParameter
String value)
value - URL of a GeneXus Server installationpublic hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value,
@QueryParameter
String serverURL)
item - Item to which the credentials applyvalue - id of credentials to validateserverURL - URL of a GeneXus Server installationpublic hudson.util.FormValidation doCheckKbDbServerInstance(@QueryParameter
String value)
value - SQL Server instancepublic hudson.util.FormValidation doCheckKbDbCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value,
@QueryParameter
String kBDbServerInstance)
item - Item to which the credentials applyvalue - id of credentials to validatekBDbServerInstance - SQL Server instance used for the KBCopyright © 2016–2018 GeneXus S.A.. All rights reserved.