Class NotificationDetail
- java.lang.Object
-
- org.jenkinsci.plugins.reportinfo.model.NotificationDetail
-
public class NotificationDetail extends Object
- Author:
- Gael COLIN
-
-
Constructor Summary
Constructors Constructor Description NotificationDetail()
NotificationDetail(NotificationType type, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJob()
String
getMessage()
NotificationType
getType()
void
setJob(String job)
-
-
-
Constructor Detail
-
NotificationDetail
public NotificationDetail()
-
NotificationDetail
public NotificationDetail(NotificationType type, String message)
-
-
Method Detail
-
setJob
public void setJob(String job)
-
getJob
public String getJob()
-
getType
public NotificationType getType()
-
getMessage
public String getMessage()
-
-