public class ExamReportAction extends Object implements Action, RunAction2, Serializable
Constructor and Description |
---|
ExamReportAction(ExamTask examTask)
Constructor for ExamTool.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
returns the value of the name to display
|
String |
getExamModel()
returns the name of the used model
|
ExamTask |
getExamTask()
Constructor for ExamTool.
|
String |
getIconFileName()
returns the path to the icon
|
String |
getModelConfiguration()
returns the value of the used modelConfig
|
Run |
getRun()
returns the run
|
String |
getTestObject()
returns the value of the testObject
|
String |
getUrlName()
returns the name fpr the url
|
boolean |
isModel()
returns true, if the Task is a ExamTaskModel
|
void |
onAttached(Run<?,?> run) |
void |
onLoad(Run<?,?> run) |
public ExamReportAction(ExamTask examTask)
examTask
- ExamTaskpublic ExamTask getExamTask()
public boolean isModel()
public String getExamModel()
public String getModelConfiguration()
public String getTestObject()
@CheckForNull public String getIconFileName()
getIconFileName
in interface Action
@CheckForNull public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
@CheckForNull public String getUrlName()
getUrlName
in interface Action
public void onAttached(Run<?,?> run)
onAttached
in interface RunAction2
run
- Runpublic void onLoad(Run<?,?> run)
onLoad
in interface RunAction2
run
- Runpublic Run getRun()
Copyright © 2016–2023 MicroNova AG. All rights reserved.