Class NotificationBox
- java.lang.Object
-
- org.jenkinsci.plugins.reportinfo.model.NotificationBox
-
public class NotificationBox extends Object
- Author:
- Gael COLIN
-
-
Constructor Summary
Constructors Constructor Description NotificationBox(NotificationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NotificationDetail>
getDetails()
NotificationType
getType()
-
-
-
Constructor Detail
-
NotificationBox
public NotificationBox(NotificationType type)
-
-
Method Detail
-
getType
public NotificationType getType()
-
getDetails
public List<NotificationDetail> getDetails()
-
-