Uploaded image for project: 'JBeret'
  1. JBeret
  2. JBERET-66

The method JobOperator.getJobNames() not returning the list of described jobs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.0.0.Final
    • jberet-core
    • None
    • Hide

      Invoke the method jobOperator.getJobNames() before calling any job.

      Show
      Invoke the method jobOperator.getJobNames() before calling any job.

      The following code:

      JobOperator jo = BatchRuntime.getJobOperator();
      Set<String> jobNames = jo.getJobNames();
      

      doesn't return a list of job names.

            weli@redhat.com Weinan Li
            htmfilho Hildeberto Mendonca (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: