hudson.plugins.violations.types.fxcop
Class FxCopRule
java.lang.Object
hudson.plugins.violations.types.fxcop.FxCopRule
public class FxCopRule
- extends Object
Internal model for a FxCop rule
- Author:
- Erik Ramfelt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FxCopRule
public FxCopRule(String typeName,
String category,
String checkId)
- Parameters:
typeName - category - checkId -
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.