@Symbol(value="anchore")
@Extension
public static final class AnchoreBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_AUTOSUBSCRIBE_TAG_UPDATES |
static boolean |
DEFAULT_BAIL_ON_FAIL |
static boolean |
DEFAULT_BAIL_ON_PLUGIN_FAIL |
static String |
DEFAULT_ENGINE_RETRIES |
static boolean |
DEFAULT_FORCE_ANALYZE |
static String |
DEFAULT_NAME |
static String |
DEFAULT_PLUGIN_MODE |
static String |
DEFAULT_POLICY_BUNDLE_ID |
static String |
EMPTY_STRING |
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckName(String value)
Performs on-the-fly validation of the form field 'name' (Image list file)
|
hudson.util.ListBoxModel |
doFillEngineCredentialsIdItems(String credentialsId) |
boolean |
getDebug() |
String |
getDisplayName() |
boolean |
getEnabled()
Deprecated.
|
hudson.util.Secret |
getEnginepass() |
String |
getEngineurl() |
String |
getEngineuser() |
boolean |
getEngineverify() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setDebug(boolean debug) |
void |
setEnabled(boolean enabled)
Deprecated.
|
void |
setEnginepass(hudson.util.Secret enginepass) |
void |
setEngineurl(String engineurl) |
void |
setEngineuser(String engineuser) |
void |
setEngineverify(boolean engineverify) |
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, toMap
public static final String DEFAULT_NAME
public static final String DEFAULT_ENGINE_RETRIES
public static final boolean DEFAULT_BAIL_ON_FAIL
public static final boolean DEFAULT_BAIL_ON_PLUGIN_FAIL
public static final String DEFAULT_PLUGIN_MODE
public static final String DEFAULT_POLICY_BUNDLE_ID
public static final String EMPTY_STRING
public static final boolean DEFAULT_AUTOSUBSCRIBE_TAG_UPDATES
public static final boolean DEFAULT_FORCE_ANALYZE
public void setDebug(boolean debug)
@Deprecated public void setEnabled(boolean enabled)
public void setEngineurl(String engineurl)
public void setEngineuser(String engineuser)
public void setEnginepass(hudson.util.Secret enginepass)
public void setEngineverify(boolean engineverify)
public boolean getDebug()
@Deprecated public boolean getEnabled()
public String getEngineurl()
public String getEngineuser()
public hudson.util.Secret getEnginepass()
public boolean getEngineverify()
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.FormException
public 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.ListBoxModel doFillEngineCredentialsIdItems(@QueryParameter String credentialsId)
Copyright © 2016–2019. All rights reserved.