org.jenkinsci.plugins.nopmdcheck.verifytrac
クラス VerifyTracAction

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

public class VerifyTracAction
extends Object
implements hudson.model.Action


フィールドの概要
static int TYPE_NO_TICKET
           
static int TYPE_NOT_CLOSE
           
static int TYPE_OK
           
 
コンストラクタの概要
VerifyTracAction(hudson.model.AbstractBuild<?,?> owner)
           
 
メソッドの概要
 void calcNgCount()
           
 void calcNopmdCount()
           
 String getBrowserUrl(String name)
           
 String getBrowserUrl(String name, int line)
           
 String getDisplayName()
           
 boolean getEnableBrowser()
           
 String getIconFileName()
           
 Integer getNgCount()
           
 List<org.jenkinsci.plugins.nopmdcheck.model.CheckResult> getNgList()
           
 Integer getNopmdCount()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 List<org.jenkinsci.plugins.nopmdcheck.model.CheckResult> getResultList()
           
 String getResultListAsJson()
           
 String getRevision()
           
 String getSvnPath()
           
 Integer getThresholdTicketCount()
           
 Map<Integer,Integer> getTicketCountMap()
           
 String getTracUrl()
           
 Map<String,Integer> getTypeMap()
           
 String getTypeMapAsJson()
           
 String getUrlName()
           
 void setNgCount(Integer ngCount)
           
 void setNopmdCount(Integer nopmdCount)
           
 void setRevision(String revision)
           
 void setSvnPath(String svnPath)
           
 void setThresholdTicketCount(Integer thresholdTicketCount)
           
 void setTicketCountMap(Map<Integer,Integer> ticketCountMap)
           
 void setTracUrl(String tracUrl)
           
 void setTypeMap(Map<String,Integer> typeMap)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TYPE_OK

public static final int TYPE_OK
関連項目:
定数フィールド値

TYPE_NOT_CLOSE

public static final int TYPE_NOT_CLOSE
関連項目:
定数フィールド値

TYPE_NO_TICKET

public static final int TYPE_NO_TICKET
関連項目:
定数フィールド値
コンストラクタの詳細

VerifyTracAction

public VerifyTracAction(hudson.model.AbstractBuild<?,?> owner)
メソッドの詳細

getThresholdTicketCount

public Integer getThresholdTicketCount()

setThresholdTicketCount

public void setThresholdTicketCount(Integer thresholdTicketCount)

getTicketCountMap

public Map<Integer,Integer> getTicketCountMap()

setTicketCountMap

public void setTicketCountMap(Map<Integer,Integer> ticketCountMap)

getNgCount

public Integer getNgCount()

setNgCount

public void setNgCount(Integer ngCount)

getNopmdCount

public Integer getNopmdCount()

setNopmdCount

public void setNopmdCount(Integer nopmdCount)

getTracUrl

public String getTracUrl()

getEnableBrowser

public boolean getEnableBrowser()

getBrowserUrl

public String getBrowserUrl(String name)

getBrowserUrl

public String getBrowserUrl(String name,
                            int line)

setTracUrl

public void setTracUrl(String tracUrl)

getSvnPath

public String getSvnPath()

setSvnPath

public void setSvnPath(String svnPath)

getRevision

public String getRevision()

setRevision

public void setRevision(String revision)

getTypeMap

public Map<String,Integer> getTypeMap()

setTypeMap

public void setTypeMap(Map<String,Integer> typeMap)

getOwner

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

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

calcNgCount

public void calcNgCount()

calcNopmdCount

public void calcNopmdCount()

getNgList

public List<org.jenkinsci.plugins.nopmdcheck.model.CheckResult> getNgList()

getResultList

public List<org.jenkinsci.plugins.nopmdcheck.model.CheckResult> getResultList()

getResultListAsJson

public String getResultListAsJson()

getTypeMapAsJson

public String getTypeMapAsJson()


Copyright © 2004-2012. All Rights Reserved.