Class CodeSonarUndefinedFunction
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.json.CodeSonarUndefinedFunction
-
public class CodeSonarUndefinedFunction extends Object
-
-
Constructor Summary
Constructors Constructor Description CodeSonarUndefinedFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
String
getFunction()
String
getUrl()
void
setCount(long count)
void
setFunction(String function)
void
setUrl(String url)
String
toString()
-