|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
org.jenkinsci.plugins.clamav.ClamAvRecorder.DescriptorImpl
@Extension public static class ClamAvRecorder.DescriptorImpl
| 入れ子のクラスの概要 |
|---|
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| フィールドの概要 |
|---|
| クラス hudson.model.Descriptor から継承されたフィールド |
|---|
clazz |
| インタフェース hudson.model.Saveable から継承されたフィールド |
|---|
NOOP |
| コンストラクタの概要 | |
|---|---|
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 |
isScanArchivedArtifacts()
|
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
| クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド |
|---|
filter |
| クラス hudson.model.Descriptor から継承されたメソッド |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ClamAvRecorder.DescriptorImpl()
| メソッドの詳細 |
|---|
public String getHost()
public int getPort()
public int getTimeout()
public boolean isScanArchivedArtifacts()
public String getDisplayName()
hudson.model.Descriptor<hudson.tasks.Publisher> 内の getDisplayName
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
hudson.model.Descriptor<hudson.tasks.Publisher> 内の newInstancehudson.model.Descriptor.FormException
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
hudson.model.Descriptor<hudson.tasks.Publisher> 内の configurehudson.model.Descriptor.FormException
public hudson.util.FormValidation doCheckHost(@QueryParameter
String host,
@QueryParameter
String port)
host - host name or IP address of ClamAV Host.port - port of ClamAv host.
FormValidation
public hudson.util.FormValidation doCheckTimeout(@QueryParameter
String value)
value - timeout
FormValidation
public hudson.util.FormValidation doCheckIncludes(@QueryParameter
String value)
value - includes
FormValidationpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> type)
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> 内の isApplicable
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||