Package com.bmc.ims
Class BmcCfaBuilder.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- com.bmc.ims.BmcCfaBuilder.DescriptorImpl
-
- Enclosing class:
- BmcCfaBuilder
@Extension @Symbol("BMC DevOps for CFA Plugin") public static final class BmcCfaBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
The default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createUniqueId()
FormValidation
doCheckBmcImsid(boolean value, boolean bmcSlds)
FormValidation
doCheckBmcRecon(boolean value, boolean bmcStartInterval, boolean bmcStopInterval)
FormValidation
doCheckBmcSlds(boolean value, boolean bmcImsid)
FormValidation
doCheckJobname(String value)
FormValidation
doCheckLib(String value)
FormValidation
doCheckPort(String value)
FormValidation
doCheckPswd(String value)
FormValidation
doCheckUser(String value)
ListBoxModel
doFillPrilogItems()
ListBoxModel
doFillSortbyItems()
ListBoxModel
doFillThreshItems()
String
getDisplayName()
String
getId()
boolean
isApplicable(Class<? extends AbstractProject> jobType)
-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
createUniqueId
@JavaScriptMethod public String createUniqueId()
-
getId
public String getId()
- Overrides:
getId
in classDescriptor<Builder>
-
doCheckBmcRecon
@POST public FormValidation doCheckBmcRecon(@QueryParameter boolean value, @QueryParameter boolean bmcStartInterval, @QueryParameter boolean bmcStopInterval)
-
doCheckBmcImsid
@POST public FormValidation doCheckBmcImsid(@QueryParameter boolean value, @QueryParameter boolean bmcSlds)
-
doCheckJobname
@POST public FormValidation doCheckJobname(@QueryParameter String value)
-
doCheckBmcSlds
@POST public FormValidation doCheckBmcSlds(@QueryParameter boolean value, @QueryParameter boolean bmcImsid)
-
doCheckPort
@POST public FormValidation doCheckPort(@QueryParameter String value)
-
doCheckUser
@POST public FormValidation doCheckUser(@QueryParameter String value)
-
doCheckPswd
@POST public FormValidation doCheckPswd(@QueryParameter String value)
-
doCheckLib
@POST public FormValidation doCheckLib(@QueryParameter String value)
-
doFillPrilogItems
public ListBoxModel doFillPrilogItems()
-
doFillThreshItems
public ListBoxModel doFillThreshItems()
-
doFillSortbyItems
public ListBoxModel doFillSortbyItems()
-
-