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
  
 
 
 
| クラス 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.