Interface WorkflowRunCreateResponse._FinalStage
-
- All Known Implementing Classes:
WorkflowRunCreateResponse.Builder
- Enclosing class:
- WorkflowRunCreateResponse
public static interface WorkflowRunCreateResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCreateResponse._FinalStageaddAllWorkflowRuns(java.util.List<WorkflowRun> workflowRuns)WorkflowRunCreateResponse._FinalStageaddWorkflowRuns(WorkflowRun workflowRuns)WorkflowRunCreateResponsebuild()WorkflowRunCreateResponse._FinalStageworkflowRuns(java.util.List<WorkflowRun> workflowRuns)An array of WorkflowRun objects, with each WorkflowRun corresponding to a single File that was passed in.
-
-
-
Method Detail
-
build
WorkflowRunCreateResponse build()
-
workflowRuns
WorkflowRunCreateResponse._FinalStage workflowRuns(java.util.List<WorkflowRun> workflowRuns)
An array of WorkflowRun objects, with each WorkflowRun corresponding to a single File that was passed in.
-
addWorkflowRuns
WorkflowRunCreateResponse._FinalStage addWorkflowRuns(WorkflowRun workflowRuns)
-
addAllWorkflowRuns
WorkflowRunCreateResponse._FinalStage addAllWorkflowRuns(java.util.List<WorkflowRun> workflowRuns)
-
-