Package com.facebook.buck.worker
Interface WorkerJobParams
-
public interface WorkerJobParams
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobArgs()
The arguments of the actual job once tool has started and ready to accept jobs.WorkerProcessParams
getWorkerProcessParams()
static WorkerJobParams
of(String jobArgs, WorkerProcessParams workerProcessParams)
-
-
-
Method Detail
-
getJobArgs
String getJobArgs()
The arguments of the actual job once tool has started and ready to accept jobs. For example, "--hash-file /path/to/file".
-
getWorkerProcessParams
WorkerProcessParams getWorkerProcessParams()
-
of
static WorkerJobParams of(String jobArgs, WorkerProcessParams workerProcessParams)
-
-