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

コンストラクタの概要
ClamAvBuildAction(hudson.model.AbstractBuild<?,?> build, List<ClamAvResult> results)
           
 
メソッドの概要
 hudson.model.AbstractBuild<?,?> getBuild()
           
 String getDisplayName()
           
 String getIconFileName()
           
 int getInfected()
           
 int getPassed()
           
 List<ClamAvResult> getResults()
           
 int getTotal()
           
 String getUrlName()
           
 int getwarning()
           
 
クラス 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.