public class WaltiScanner extends hudson.tasks.Recorder implements Serializable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
WaltiScanner.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| コンストラクタと説明 |
|---|
WaltiScanner(String key,
String secret,
String target,
net.sf.json.JSONArray plugins,
boolean noWait,
boolean unstablePreferred) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
WaltiScanner.DescriptorImpl |
getDescriptor() |
String |
getKey()
Get API key
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
hudson.util.Secret |
getSecret()
Get API Secret
|
List<String> |
getSelectedPlugins()
Get plugin names to execute
|
String |
getSelectedPluginsString() |
String |
getTarget()
Get target name
|
boolean |
isNoWait()
Whether wait until queued scans are completed
|
boolean |
isUnstablePreferred()
Whether regard build result as UNSTABLE instead of FAILURE when scan result is not OK
|
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getKey()
public hudson.util.Secret getSecret()
public String getTarget()
public boolean isNoWait()
public boolean isUnstablePreferred()
public List<String> getSelectedPlugins()
public String getSelectedPluginsString()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException
perform インタフェース内 hudson.tasks.BuildStepperform クラス内 hudson.tasks.BuildStepCompatibilityLayerIOExceptionpublic WaltiScanner.DescriptorImpl getDescriptor()
getDescriptor インタフェース内 hudson.model.Describable<hudson.tasks.Publisher>getDescriptor クラス内 hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService インタフェース内 hudson.tasks.BuildStepCopyright © 2004-2015. All Rights Reserved.