@PublicAPI public class WorkflowDuration extends Object implements Serializable
Constructor and Description |
---|
WorkflowDuration(String workflowName,
String projectName,
long duration,
int numberOfExecutions) |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
int |
getNumberOfExecutions() |
String |
getProjectName() |
String |
getWorkflowName() |