public interface JobBuilder extends Buildable.Builder<JobBuilder,Job>
Job object.| Modifier and Type | Method and Description |
|---|---|
JobBuilder |
addLibs(String jobBinaryId)
See
Job#getLibId() |
JobBuilder |
description(String description)
|
JobBuilder |
name(String name)
See
Job.getName() |
JobBuilder |
setMain(String jobBinaryId)
See
Job#getMainIds() |
JobBuilder |
type(String type)
See
Job.getType() |
build, fromJobBuilder description(String description)
description - the description of the jobJobBuilder type(String type)
Job.getType()type - the type of the jobJobBuilder name(String name)
Job.getName()name - the name of the jobJobBuilder setMain(String jobBinaryId)
Job#getMainIds()id - the id of the job binaryJobBuilder addLibs(String jobBinaryId)
Job#getLibId()name - the name of the jobCopyright © 2017. All rights reserved.