Interface Job

    • Method Detail

      • getDescription

        String getDescription()
        Returns:
        the description of the job
      • getTenantId

        String getTenantId()
        Returns:
        the tenant id of the job
      • getCreatedAt

        Date getCreatedAt()
        Returns:
        the created date of the job
      • getUpdatedAt

        Date getUpdatedAt()
        Returns:
        the updated date of the job
      • getId

        String getId()
        Returns:
        the identifier of the job
      • getName

        String getName()
        Returns:
        the name of the job
      • getType

        String getType()
        Returns:
        the type of the job
      • getFullMains

        List<? extends JobBinary> getFullMains()
        Returns:
        mains
      • getFullLibs

        List<? extends JobBinary> getFullLibs()
        Returns:
        libs
      • getMains

        List<String> getMains()
        Returns:
        main ids
      • getLibs

        List<String> getLibs()
        Returns:
        lib ids