public class ScanLogAction extends Object implements RunAction2
Constructor and Description |
---|
ScanLogAction() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getLogText()
Log text for the analysis.
|
Run |
getRun()
The run associated with this action, called by jelly.
|
String |
getUrlName() |
void |
onAttached(Run<?,?> r) |
void |
onLoad(Run<?,?> r) |
public static final String FILE_NAME
@Nonnull public String getIconFileName()
getIconFileName
in interface Action
@Nonnull public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public Run getRun()
@Nonnull public String getUrlName()
getUrlName
in interface Action
public String getLogText() throws IOException
IOException
- if the log can't be foundpublic void onAttached(Run<?,?> r)
onAttached
in interface RunAction2
public void onLoad(Run<?,?> r)
onLoad
in interface RunAction2
Copyright © 2016–2021. All rights reserved.