org.jenkinsci.plugins.nopmdcheck
クラス NopmdCheckResultAction

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.nopmdcheck.NopmdCheckResultAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject

public class NopmdCheckResultAction
extends Object
implements hudson.model.Action


コンストラクタの概要
NopmdCheckResultAction(hudson.model.AbstractBuild<?,?> owner)
           
 
メソッドの概要
 String getCount()
           
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 String getResultAsJson()
           
 List<CheckResult> getResultList()
           
 String getUrlName()
           
 void setResultList(List<CheckResult> resultList)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NopmdCheckResultAction

public NopmdCheckResultAction(hudson.model.AbstractBuild<?,?> owner)
                       throws IOException
例外:
IOException
メソッドの詳細

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

setResultList

public void setResultList(List<CheckResult> resultList)

getResultList

public List<CheckResult> getResultList()

getCount

public String getCount()

getResultAsJson

public String getResultAsJson()

getIconFileName

public String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getUrlName

public String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName


Copyright © 2004-2012. All Rights Reserved.