|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.ViolationsConfig
public class ViolationsConfig
The configuration class for the violations plugin.
| Constructor Summary | |
|---|---|
ViolationsConfig()
The constructor fot eh violations config. |
|
| Method Summary | |
|---|---|
ViolationsConfig |
clone()
Clone the config object. |
void |
fix()
After configuration change, reset the numbers if they are out of range. |
java.lang.String |
getEncoding()
Get the encoding. |
java.util.List<java.lang.String> |
getEncodings()
|
java.lang.String |
getFauxProjectPath()
Get the faux project path. |
int |
getLimit()
Get the limit. |
java.lang.String |
getSourcePathPattern()
Get the source path pattern. |
java.util.TreeMap<java.lang.String,TypeConfig> |
getTypeConfigs()
Get the map of types to their config. |
java.util.Map<java.lang.String,TypeDescriptor> |
getTypeDescriptorMap()
Get the map of type descriptors (for jelly use). |
void |
setEncoding(java.lang.String encoding)
Set the encoding. |
void |
setFauxProjectPath(java.lang.String fauxProjectPath)
Set the faux project path. |
void |
setLimit(int limit)
Set the limit. |
void |
setSourcePathPattern(java.lang.String sourcePathPattern)
Set the source path patter. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViolationsConfig()
| Method Detail |
|---|
public java.util.TreeMap<java.lang.String,TypeConfig> getTypeConfigs()
public java.util.Map<java.lang.String,TypeDescriptor> getTypeDescriptorMap()
public ViolationsConfig clone()
clone in class java.lang.Objectpublic int getLimit()
public void setLimit(int limit)
limit - the value to use.public java.lang.String getSourcePathPattern()
public void setSourcePathPattern(java.lang.String sourcePathPattern)
sourcePathPattern - the value to use.public java.lang.String getFauxProjectPath()
public void setFauxProjectPath(java.lang.String fauxProjectPath)
fauxProjectPath - the value to use.public java.util.List<java.lang.String> getEncodings()
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding - the value to use.public void fix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||