public interface WorkflowEnvironment extends ModelEntity, Buildable<WorkflowEnvironmentBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProjectId() |
Scope |
getScope() |
Date |
getUpdatedAt() |
Map<String,Object> |
getVariables() |
String getId()
String getProjectId()
Scope getScope()
Date getCreatedAt()
Date getUpdatedAt()
String getName()
String getDescription()
Copyright © 2019. All rights reserved.