@Extension
public static final class AnchoreBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
AnchoreBuilder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckContainerId(String value) |
hudson.util.FormValidation |
doCheckContainerImageId(String value) |
hudson.util.FormValidation |
doCheckName(String value)
Performs on-the-fly validation of the form field 'name' (Image list file)
|
String |
getContainerId() |
String |
getContainerImageId() |
boolean |
getDebug() |
List<AnchoreQuery> |
getDefaultQueries() |
String |
getDisplayName() |
boolean |
getEnabled() |
String |
getLocalVol() |
String |
getModulesVol() |
List<AnchoreQuery> |
getQueries(String query1,
String query2,
String query3,
String query4) |
boolean |
getUseSudo() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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 getDebug()
public boolean getEnabled()
public boolean getUseSudo()
public String getContainerImageId()
public String getContainerId()
public String getLocalVol()
public String getModulesVol()
public List<AnchoreQuery> getDefaultQueries()
public List<AnchoreQuery> getQueries(String query1, String query2, String query3, String query4)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckName(@QueryParameter
String value)
value - This parameter receives the value that the user has typed in the 'Image list file' box Note that returning FormValidation.error(String) does not prevent the form from being saved. It just means that a message will be displayed to the
user
public hudson.util.FormValidation doCheckContainerImageId(@QueryParameter
String value)
public hudson.util.FormValidation doCheckContainerId(@QueryParameter
String value)
Copyright © 2016–2017. All rights reserved.