Interface Jobs.IdStage
-
- All Known Implementing Classes:
Jobs.Builder
- Enclosing class:
- Jobs
public static interface Jobs.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jobs.Builderfrom(Jobs other)Jobs._FinalStageid(java.lang.String id)The id of the job that's currently being processed or has completed.
-
-
-
Method Detail
-
id
Jobs._FinalStage id(@NotNull java.lang.String id)
The id of the job that's currently being processed or has completed.
-
from
Jobs.Builder from(Jobs other)
-
-