public interface ExecutionBuilder<T extends ExecutionBuilder<T,M>,M extends Execution> extends Buildable.Builder<T,M>
Execution model class.| Modifier and Type | Method and Description |
|---|---|
T |
createdAt(Date createdAt) |
T |
description(String id) |
T |
id(String id) |
T |
tags(List<String> tags) |
T |
updatedAt(Date updatedAt) |
T |
workflowName(String wfName) |
build, fromT id(String id)
Execution.getId()T description(String id)
Execution.getDescription()T workflowName(String wfName)
Execution.getWorkflowName()T createdAt(Date createdAt)
Execution.getCreatedAt()T updatedAt(Date updatedAt)
Execution.getUpdatedAt()T tags(List<String> tags)
Execution.getTags()Copyright © 2019. All rights reserved.