Uses of Class
com.circleci.client.v2.model.Job
-
Packages that use Job Package Description com.circleci.client.v2.model -
-
Uses of Job in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return Job Modifier and Type Method Description JobJob. addDependenciesItem(UUID dependenciesItem)JobJob. dependencies(List<UUID> dependencies)JobJob. id(UUID id)JobJob. jobNumber(Long jobNumber)JobJob. name(String name)JobJob. projectSlug(String projectSlug)JobJob. startedAt(OffsetDateTime startedAt)JobJob. status(Object status)JobJob. stoppedAt(OffsetDateTime stoppedAt)JobJob. type(Job.TypeEnum type)Methods in com.circleci.client.v2.model that return types with arguments of type Job Modifier and Type Method Description List<Job>WorkflowJobListResponse. getItems()Get itemsMethods in com.circleci.client.v2.model with parameters of type Job Modifier and Type Method Description WorkflowJobListResponseWorkflowJobListResponse. addItemsItem(Job itemsItem)Method parameters in com.circleci.client.v2.model with type arguments of type Job Modifier and Type Method Description WorkflowJobListResponseWorkflowJobListResponse. items(List<Job> items)voidWorkflowJobListResponse. setItems(List<Job> items)
-