public class BaseContextMap extends Object
Constructor and Description |
---|
BaseContextMap()
Default constructor.
|
BaseContextMap(String workflowExecutionId,
String scenarioExecutionId,
String technology,
String phase,
String scenario,
String connectionId,
String context,
int workerNumber)
Holder of data from ThreadContext common for all logs.
|
BaseContextMap(String workflowExecutionId,
String scenarioExecutionId,
String technology,
String phase,
String scenario,
String connectionId,
String context,
int workerNumber,
String packageName)
Holder of data from ThreadContext common for all logs.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnectionId() |
String |
getContext() |
String |
getPackageName()
Gets package name.
|
String |
getPhase() |
String |
getScenario() |
String |
getScenarioExecutionId() |
String |
getTechnology() |
int |
getWorkerNumber() |
String |
getWorkflowExecutionId() |
public BaseContextMap()
public BaseContextMap(String workflowExecutionId, String scenarioExecutionId, String technology, String phase, String scenario, String connectionId, String context, int workerNumber)
workflowExecutionId
- workflow (run) idscenarioExecutionId
- execution id of a scenario to which the log belongsconnectionId
- ConnectionId provided from the LoggingContextcontext
- Context node provided by LoggingContextworkerNumber
- worker numberscenario
- scenario namephase
- phase of the scenariotechnology
- technology of the scenariopublic BaseContextMap(String workflowExecutionId, String scenarioExecutionId, String technology, String phase, String scenario, String connectionId, String context, int workerNumber, String packageName)
workflowExecutionId
- workflow (run) idscenarioExecutionId
- execution id of a scenario to which the log belongstechnology
- technology of the scenariophase
- phase to which the scenario belongspackageName
- name of the package to which the log belongsscenario
- name of the scenarioconnectionId
- ConnectionId provided from the LoggingContextcontext
- Context node provided by LoggingContextworkerNumber
- worker numberpublic String getWorkflowExecutionId()
public String getScenarioExecutionId()
public String getContext()
public int getWorkerNumber()
public String getConnectionId()
public String getTechnology()
public String getPhase()
public String getScenario()
public String getPackageName()
Copyright © 2020. All rights reserved.