@Extension
public static class AppScanBuildStep.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
AppScanBuildStep.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckApplication(String application) |
hudson.util.FormValidation |
doCheckCredentials(String credentials,
hudson.model.ItemGroup context) |
hudson.util.FormValidation |
doCheckTarget(String target) |
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, 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 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)
public hudson.util.FormValidation doCheckTarget(@QueryParameter
String target)
Copyright © 2016–2017 IBM. All rights reserved.