| Modifier and Type | Method and Description |
|---|---|
RunAutomationDetails |
Run.getAutomationDetails()
Information that describes a run's identity and role within an engineering system process.
|
RunAutomationDetails |
RunAutomationDetails.withCorrelationGuid(String correlationGuid) |
RunAutomationDetails |
RunAutomationDetails.withDescription(Message description) |
RunAutomationDetails |
RunAutomationDetails.withGuid(String guid) |
RunAutomationDetails |
RunAutomationDetails.withId(String id) |
RunAutomationDetails |
RunAutomationDetails.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<RunAutomationDetails> |
Run.getRunAggregates()
Automation details that describe the aggregate of runs to which this run belongs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Run.setAutomationDetails(RunAutomationDetails automationDetails)
Information that describes a run's identity and role within an engineering system process.
|
Run |
Run.withAutomationDetails(RunAutomationDetails automationDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
Run.setRunAggregates(Set<RunAutomationDetails> runAggregates)
Automation details that describe the aggregate of runs to which this run belongs.
|
Run |
Run.withRunAggregates(Set<RunAutomationDetails> runAggregates) |
Copyright © 2020 Contrast Security. All rights reserved.