Interface ICommonJobCreator

  • All Known Implementing Classes:
    ClientBuilder
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ICommonJobCreator
    Interface used to create the common job instance for Eclipse or stand-alone for a command line process, typically the RemoteBuilder.
    Author:
    Christopher Mindus
    • Method Detail

      • createNewJob

        ICommonJobs createNewJob​(IPropProgressMonitor monitor,
                                 IPrintAdapter printer,
                                 boolean isVerbose)
        Creates a new common job.
        Parameters:
        monitor - The monitor to use, null for non-Eclipse processes.
        printer - The console printer.
        isVerbose - If the job should be verbose or not.