org.jenkinsci.plugins.clamav
クラス ClamAvBuildAction
java.lang.Object
org.jenkinsci.plugins.clamav.ClamAvBuildAction
- すべての実装されたインタフェース:
- hudson.model.Action, hudson.model.ModelObject
public class ClamAvBuildAction
- extends Object
- implements hudson.model.Action
ClamAVBuildAction
- 作成者:
- Seiji Sogabe
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClamAvBuildAction
public ClamAvBuildAction(hudson.model.AbstractBuild<?,?> build,
List<ClamAvResult> results)
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getwarning
public int getwarning()
getInfected
public int getInfected()
getPassed
public int getPassed()
getTotal
public int getTotal()
getResults
public List<ClamAvResult> getResults()
getDisplayName
public String getDisplayName()
- 定義:
- インタフェース
hudson.model.Action 内の getDisplayName - 定義:
- インタフェース
hudson.model.ModelObject 内の getDisplayName
getIconFileName
public String getIconFileName()
- 定義:
- インタフェース
hudson.model.Action 内の getIconFileName
getUrlName
public String getUrlName()
- 定義:
- インタフェース
hudson.model.Action 内の getUrlName
Copyright © 2004-2012. All Rights Reserved.