@Extension @Symbol(value="BMC DevOps for CFA Plugin") public static final class BmcCfaBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createUniqueId() |
FormValidation |
doCheckBmcImsid(boolean value,
boolean bmcSlds) |
FormValidation |
doCheckBmcRecon(boolean value,
boolean bmcStartInterval,
boolean bmcStopInterval) |
FormValidation |
doCheckBmcSlds(boolean value,
boolean bmcImsid) |
FormValidation |
doCheckLib(String value) |
FormValidation |
doCheckPort(String value) |
FormValidation |
doCheckPswd(String value) |
FormValidation |
doCheckServer(String value) |
FormValidation |
doCheckUser(String value) |
ListBoxModel |
doFillPrilogItems() |
ListBoxModel |
doFillSortbyItems() |
ListBoxModel |
doFillThreshItems() |
String |
getDisplayName() |
String |
getId() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
filteraddHelpFileRedirect, 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, toMappublic boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>@JavaScriptMethod public String createUniqueId()
public String getId()
getId in class Descriptor<Builder>@POST public FormValidation doCheckBmcRecon(@QueryParameter boolean value, @QueryParameter boolean bmcStartInterval, @QueryParameter boolean bmcStopInterval)
@POST public FormValidation doCheckBmcImsid(@QueryParameter boolean value, @QueryParameter boolean bmcSlds)
@POST public FormValidation doCheckBmcSlds(@QueryParameter boolean value, @QueryParameter boolean bmcImsid)
@POST public FormValidation doCheckServer(@QueryParameter String value)
@POST public FormValidation doCheckPort(@QueryParameter String value)
@POST public FormValidation doCheckUser(@QueryParameter String value)
@POST public FormValidation doCheckPswd(@QueryParameter String value)
@POST public FormValidation doCheckLib(@QueryParameter String value)
public ListBoxModel doFillPrilogItems()
public ListBoxModel doFillThreshItems()
public ListBoxModel doFillSortbyItems()
Copyright © 2016–2021. All rights reserved.