Package com.iizix.run.common
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.
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 Summary
Modifier and TypeMethodDescriptioncreateNewJob
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Creates a new common job.