@Symbol(value="appscanenterprise")
@Extension
public static class AppScanEnterpriseBuildStep.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteApplication(String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteFolder(String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteTemplate(String value) |
hudson.util.FormValidation |
doCheckCredentials(String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.FormValidation |
doCheckFolder(String folder) |
hudson.util.FormValidation |
doCheckJobName(String jobName) |
hudson.util.FormValidation |
doCheckTemplate(String template) |
hudson.util.FormValidation |
doCheckTestPolicy(String testPolicy) |
hudson.util.ListBoxModel |
doFillAgentItems(String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.ListBoxModel |
doFillCredentialsItems(String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.ListBoxModel |
doFillTestPolicyItems(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
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.model.AutoCompletionCandidates doAutoCompleteApplication(@QueryParameter String value)
public hudson.model.AutoCompletionCandidates doAutoCompleteFolder(@QueryParameter String value)
public hudson.util.ListBoxModel doFillTestPolicyItems(@QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context)
public hudson.model.AutoCompletionCandidates doAutoCompleteTemplate(@QueryParameter String value)
public hudson.util.ListBoxModel doFillAgentItems(@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 doCheckTemplate(@QueryParameter String template)
public hudson.util.FormValidation doCheckFolder(@QueryParameter String folder)
public hudson.util.FormValidation doCheckTestPolicy(@QueryParameter String testPolicy)
public hudson.util.FormValidation doCheckJobName(@QueryParameter String jobName)
Copyright © 2016–2024 HCL. All rights reserved.