@Symbol(value="appray") @Extension public static final class AppRayBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self| Modifier and Type | Field and Description |
|---|---|
static String |
defaultAppRayUrl |
static Integer |
defaultRiskScoreThreshold |
static Integer |
defaultWaitTimeout |
clazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckCredentialsId(Item item,
String value) |
ListBoxModel |
doFillCredentialsIdItems(Item item,
String credentialsId,
String appRayUrl) |
FormValidation |
doTestConnection(Item item,
String appRayUrl,
String credentialsId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String defaultAppRayUrl
public static final Integer defaultWaitTimeout
public static final Integer defaultRiskScoreThreshold
@POST public FormValidation doTestConnection(@AncestorInPath Item item, @QueryParameter(value="appRayUrl") String appRayUrl, @QueryParameter(value="credentialsId") String credentialsId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId, @QueryParameter(value="appRayUrl") String appRayUrl)
public FormValidation doCheckCredentialsId(@AncestorInPath Item item, @QueryParameter String value)
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>Copyright © 2016–2020. All rights reserved.