Class SFailedJobImpl

java.lang.Object
org.bonitasoft.engine.scheduler.model.impl.SFailedJobImpl
All Implemented Interfaces:
SFailedJob

public class SFailedJobImpl extends Object implements SFailedJob
Author:
Matthieu Chaffotte
  • Constructor Details

    • SFailedJobImpl

      public SFailedJobImpl(long jobDescriptorId, String jobName, String description, long retryNumber, long lastUpdateDate, String lastMessage)
  • Method Details