@Symbol(value="appscan")
@Extension
public static class AppScanBuildStep.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
static void |
createAliases() |
hudson.util.FormValidation |
doCheckApplication(String application,
String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.FormValidation |
doCheckCredentials(String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.FormValidation |
doCheckIntervention(Boolean intervention,
String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.ListBoxModel |
doFillApplicationItems(String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.ListBoxModel |
doFillCredentialsItems(String credentials,
hudson.model.ItemGroup<?> context) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> projectType) |
addHelpFileRedirect, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@Initializer(before=PLUGINS_STARTED) public static void createAliases()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> projectType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public hudson.util.ListBoxModel doFillCredentialsItems(@QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context)
public hudson.util.ListBoxModel doFillApplicationItems(@QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context)
public hudson.util.FormValidation doCheckCredentials(@QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context)
public hudson.util.FormValidation doCheckApplication(@QueryParameter String application, @QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context)
Copyright © 2016–2024 HCL. All rights reserved.