public class ScenarioResultMetadata extends Object
Modifier and Type | Field and Description |
---|---|
protected List<AuditLogLine> |
auditLogLines
The
List of audit log lines |
protected Set<String> |
available |
protected Map<String,Integer> |
executed |
protected ScenarioWithIndex |
scenarioWithIndex |
Constructor and Description |
---|
ScenarioResultMetadata(ScenarioWithIndex scenarioWithIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addAllAvailable(Set<String> elements) |
void |
addAllExecuted(Map<String,Integer> elements) |
void |
addAuditLogLines(List<AuditLogLine> toAdd)
Add a
List<AuditLogLine> to the end of auditLogLines |
void |
addAuditMessage(int messageIndex,
String message,
String severity)
Add an
AuditLogLine to the end of auditLogLines |
void |
addAvailable(String element) |
void |
addExecuted(String element) |
List<AuditLogLine> |
getAuditLogLines() |
Set<String> |
getAvailable() |
Set<String> |
getExecuted() |
Map<String,Integer> |
getExecutedWithCounter() |
ScenarioWithIndex |
getScenarioWithIndex() |
protected final List<AuditLogLine> auditLogLines
List
of audit log linesprotected final ScenarioWithIndex scenarioWithIndex
public ScenarioResultMetadata(ScenarioWithIndex scenarioWithIndex)
public void addAvailable(String element)
public void addExecuted(String element)
public void addAuditMessage(int messageIndex, String message, String severity)
AuditLogLine
to the end of auditLogLines
messageIndex
- message
- severity
- public void addAuditLogLines(List<AuditLogLine> toAdd)
List<AuditLogLine>
to the end of auditLogLines
toAdd
- public List<AuditLogLine> getAuditLogLines()
auditLogLines
public ScenarioWithIndex getScenarioWithIndex()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.