Class InsightsJobs

java.lang.Object
com.avoka.fc.core.service.insights.InsightsJobs

public class InsightsJobs extends Object
com.avoka.fc.core.service.insights.InsightsJobs A static convenience API that consumes InsightsEventPublisher to publish Collab Job status events to Insights
Since:
18.11.0
  • Constructor Details

    • InsightsJobs

      public InsightsJobs()
  • Method Details

    • publishStatus

      public static boolean publishStatus(Job job)
      Convenience method for sending the current status of a Job to Insights
      Parameters:
      job -
      Returns:
    • publishStatus

      public static boolean publishStatus(JobStep jobStep)
      Convenience method for sending the current status of a JobStep to Insights
      Parameters:
      jobStep -
      Returns:
    • publishStatus

      public static boolean publishStatus(JobAction jobAction)
      Convenience method for sending the current status of a JobAction b to Insights
      Parameters:
      jobAction -
      Returns: