| Package | Description |
|---|---|
| net.thevpc.nuts.toolbox.njob | |
| net.thevpc.nuts.toolbox.njob.model |
| Modifier and Type | Method and Description |
|---|---|
NJob |
NJobsSubService.getJob(String jobId) |
NJob |
NJobsSubService.groupJobs(Collection<NJob> value,
ChronoUnit timeUnit,
TimespanPattern hoursPerDay) |
NJob |
NJobsSubService.groupJobs(NJob[] value,
ChronoUnit timeUnit,
TimespanPattern hoursPerDay) |
| Modifier and Type | Method and Description |
|---|---|
Stream<NJob> |
NJobsSubService.findAllJobs() |
Stream<NJob> |
NJobsSubService.findLastJobs(Instant endTime,
int lastCount,
ChronoUnit lastUnit,
Predicate<NJob> whereFilter,
NJobGroup groupBy,
ChronoUnit groupTimeUnit,
TimespanPattern groupPattern) |
Stream<NJob> |
NJobsSubService.findMonthJobs(Instant date) |
Stream<NJob> |
NJobsSubService.findWeekJobs(Instant date) |
Stream<NJob> |
NJobsSubService.tailWeekJobs(int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
NJobsSubService.addJob(NJob job) |
NJob |
NJobsSubService.groupJobs(NJob[] value,
ChronoUnit timeUnit,
TimespanPattern hoursPerDay) |
void |
NJobsSubService.updateJob(NJob job) |
| Modifier and Type | Method and Description |
|---|---|
Stream<NJob> |
NJobsSubService.findLastJobs(Instant endTime,
int lastCount,
ChronoUnit lastUnit,
Predicate<NJob> whereFilter,
NJobGroup groupBy,
ChronoUnit groupTimeUnit,
TimespanPattern groupPattern) |
NJob |
NJobsSubService.groupJobs(Collection<NJob> value,
ChronoUnit timeUnit,
TimespanPattern hoursPerDay) |
| Modifier and Type | Method and Description |
|---|---|
NJob |
NJob.setCreationTime(Instant creationTime) |
NJob |
NJob.setDuration(TimePeriod duration) |
NJob |
NJob.setId(String id) |
NJob |
NJob.setInternalDuration(TimePeriod internalDuration) |
NJob |
NJob.setModificationTime(Instant modificationTime) |
NJob |
NJob.setName(String name) |
NJob |
NJob.setObservations(String observations) |
NJob |
NJob.setProject(String project) |
NJob |
NJob.setStartTime(Instant startTime) |
Copyright © 2021 vpc open source initiative. All rights reserved.