org.jenkinsci.plugins.clamav
クラス ClamAvResult

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.clamav.ClamAvResult

public class ClamAvResult
extends Object

Scanning results

作成者:
Seiji Sogabe

コンストラクタの概要
ClamAvResult(String file, ScanResult.Status status, String description)
           
 
メソッドの概要
 String getDescription()
           
 String getFile()
           
 ScanResult.Status getStatus()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ClamAvResult

public ClamAvResult(String file,
                    ScanResult.Status status,
                    String description)
メソッドの詳細

getDescription

public String getDescription()

getFile

public String getFile()

getStatus

public ScanResult.Status getStatus()


Copyright © 2004-2012. All Rights Reserved.