Class Alert
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.analysis.Alert
-
- All Implemented Interfaces:
Serializable
public class Alert extends Object implements Serializable
- Author:
- Andrius
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Alert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getMessage()
String
getUrl()
int
hashCode()
void
setMessage(String message)
void
setUrl(String url)
String
toString()
-