static WorkflowSummary.Builder |
WorkflowSummary.builder() |
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.createdTime(Instant createdTime) |
The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339
|
default WorkflowSummary.Builder |
WorkflowSummary.Builder.definition(Consumer<WorkflowDefinitionSummary.Builder> definition) |
Information about the workflow definition file.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.definition(WorkflowDefinitionSummary definition) |
Information about the workflow definition file.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.id(String id) |
The system-generated unique ID of a workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.name(String name) |
The name of the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.runMode(String runMode) |
The run mode of the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.runMode(WorkflowRunMode runMode) |
The run mode of the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.sourceBranchName(String sourceBranchName) |
The name of the branch of the source repository where the workflow definition file is stored.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.sourceRepositoryName(String sourceRepositoryName) |
The name of the source repository where the workflow definition file is stored.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.status(String status) |
The status of the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.status(WorkflowStatus status) |
The status of the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.toBuilder() |
|