public interface WorkflowEnvironmentBuilder<T extends WorkflowEnvironmentBuilder<T,M>,M extends WorkflowEnvironment> extends Buildable.Builder<T,M>
WorkflowEnvironment model class| Modifier and Type | Method and Description |
|---|---|
T |
createdAt(Date createdAt) |
T |
description(String description) |
T |
id(String id) |
T |
name(String name) |
T |
projectId(String projectId) |
T |
scope(Scope scope) |
T |
updatedAt(Date updatedAt) |
T |
variables(Map<String,Object> variables) |
build, fromT id(String id)
WorkflowEnvironment.getId()T createdAt(Date createdAt)
WorkflowEnvironment.getCreatedAt()T updatedAt(Date updatedAt)
WorkflowEnvironment.getUpdatedAt()T projectId(String projectId)
WorkflowEnvironment.getProjectId()T scope(Scope scope)
WorkflowEnvironment.getScope()T name(String name)
WorkflowEnvironment.getName()T description(String description)
WorkflowEnvironment.getDescription()T variables(Map<String,Object> variables)
WorkflowEnvironment.getVariables()Copyright © 2020. All rights reserved.