@Extension public static final class SCLMSCM.SCLMSCMDescriptor extends hudson.scm.SCMDescriptor<SCLMSCM>
| Constructor and Description |
|---|
SCLMSCMDescriptor()
Dummy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Configure action that is invoked from global settings.
|
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
String |
getDisplayName()
Get printable name.
|
String |
getSCLMJobHeader()
Get globally configured job header.
|
String |
getSCLMJobStep()
Get globally configured FLMCMD job step.
|
getBrowserDescriptors, isApplicable, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getSCLMJobHeader()
SCLMJobHeader.public String getSCLMJobStep()
SCLMJobStep.public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value)
item - configuration entity to use permissions from.value - Current credentials (or expression/env variable).public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.scm.SCM>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
configure in class hudson.model.Descriptor<hudson.scm.SCM>req - Request.json - Parameters.Copyright © 2016–2019. All rights reserved.