@Symbol(value="sysdig")
@Extension
public static final class SysdigBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_BAIL_ON_FAIL |
static boolean |
DEFAULT_BAIL_ON_PLUGIN_FAIL |
static String |
DEFAULT_ENGINE_RETRIES |
static String |
DEFAULT_ENGINE_URL |
static boolean |
DEFAULT_INLINE_SCANNING |
static String |
DEFAULT_NAME |
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.
|
String |
getEngineCredentialsId() |
String |
getEngineurl() |
boolean |
getInlineScanning() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setDebug(boolean debug) |
void |
setEnabled(boolean enabled)
Deprecated.
|
void |
setEngineCredentialsId(String engineCredentialsId) |
void |
setEnginepass(hudson.util.Secret enginepass) |
void |
setEngineurl(String engineurl) |
void |
setEngineuser(String engineuser) |
void |
setEngineverify(boolean engineverify) |
void |
setInlineScanning(boolean inlineScanning) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic 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 boolean DEFAULT_INLINE_SCANNING
public static final String EMPTY_STRING
public static final String DEFAULT_ENGINE_URL
public void setDebug(boolean debug)
@Deprecated public void setEnabled(boolean enabled)
public void setEngineurl(String engineurl)
public void setEngineCredentialsId(String engineCredentialsId)
public void setEngineuser(String engineuser)
public void setEnginepass(hudson.util.Secret enginepass)
public void setEngineverify(boolean engineverify)
public void setInlineScanning(boolean inlineScanning)
public boolean getDebug()
@Deprecated public boolean getEnabled()
public String getEngineurl()
public String getEngineCredentialsId()
public boolean getInlineScanning()
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)
configure in class hudson.model.Descriptor<hudson.tasks.Builder>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–2020. All rights reserved.