Class JobNotification
- java.lang.Object
-
- org.jenkinsci.plugins.reportinfo.model.JobNotification
-
public class JobNotification extends Object
- Author:
- Gael COLIN
-
-
Constructor Summary
Constructors Constructor Description JobNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastModified()
List<NotificationDetail>
getList()
void
setLastModified(long lastModified)
-
-
-
Method Detail
-
getList
public List<NotificationDetail> getList()
-
setLastModified
public void setLastModified(long lastModified)
-
getLastModified
public long getLastModified()
-
-