hudson.plugins.violations.types.fxcop
Class FxCopRule

java.lang.Object
  extended by hudson.plugins.violations.types.fxcop.FxCopRule

public class FxCopRule
extends Object

Internal model for a FxCop rule

Author:
Erik Ramfelt

Constructor Summary
FxCopRule(String typeName, String category, String checkId)
           
 
Method Summary
 String getCategory()
           
 String getCheckId()
           
 String getDescription()
           
 String getName()
           
 String getTypeName()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FxCopRule

public FxCopRule(String typeName,
                 String category,
                 String checkId)
Parameters:
typeName -
category -
checkId -
Method Detail

getName

public String getName()

setName

public void setName(String name)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTypeName

public String getTypeName()

getCategory

public String getCategory()

getCheckId

public String getCheckId()


Copyright © 2004-2012 Hudson. All Rights Reserved.