- All Implemented Interfaces:
Saveable
, OnMaster
- Enclosing class:
- SCLMSCM
SCLMSCMDescriptor
Descriptor for SCLMSCM.
- Version:
- 1.0
- Author:
- Alexander Shcherbakov (candiduslynx@gmail.com)
-
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Configure action that is invoked from global settings.
Get globally configured job header.
Get globally configured FLMCMD job step.
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SCLMSCMDescriptor
public SCLMSCMDescriptor()
Dummy constructor.
-
Method Details
-
-
getSCLMJobStep
public String getSCLMJobStep()
Get globally configured FLMCMD job step.
- Returns:
SCLMJobStep
.
-
doFillCredentialsIdItems
Fill in credentials IDs.
- Parameters:
item
- parent
credentialsId
- credentials ID
- Returns:
- filled in credentials IDs
-
doCheckCredentialsId
- Parameters:
item
- configuration entity to use permissions from.
value
- Current credentials (or expression/env variable).
- Returns:
- Whether creds are OK. Currently just check that it's set.
-
-