@Extension
public static class ClamAvRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| コンストラクタと説明 |
|---|
ClamAvRecorder.DescriptorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckHost(String host,
String port)
Check ClamAV host.
|
hudson.util.FormValidation |
doCheckIncludes(String value)
Check includes option.
|
hudson.util.FormValidation |
doCheckTimeout(String value)
Check timeout
exposed to global.jelly
|
String |
getDisplayName() |
String |
getHost() |
int |
getPort() |
int |
getTimeout() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> type) |
boolean |
isConsoleTraceOnlyWarningsOrErrors() |
boolean |
isScanArchivedArtifacts() |
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getHost()
public int getPort()
public int getTimeout()
public boolean isScanArchivedArtifacts()
public boolean isConsoleTraceOnlyWarningsOrErrors()
public String getDisplayName()
getDisplayName クラス内 hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance クラス内 hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure クラス内 hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckHost(@QueryParameter
String host,
@QueryParameter
String port)
host - host name or IP address of ClamAV Host.port - port of ClamAv host.FormValidationpublic hudson.util.FormValidation doCheckTimeout(@QueryParameter
String value)
value - timeoutFormValidationpublic hudson.util.FormValidation doCheckIncludes(@QueryParameter
String value)
value - includesFormValidationpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> type)
isApplicable クラス内 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>Copyright © 2004-2015. All Rights Reserved.