Class LogFlowHTMLAction
- java.lang.Object
-
- io.jenkins.plugins.LogFlowVisualizer.actions.LogFlowHTMLAction
-
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction
public class LogFlowHTMLAction extends Object implements SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description LogFlowHTMLAction(Run<?,?> run, File cacheFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()List<String>getLogs()List<LineOutput>getMarkedLogs()Collection<? extends Action>getProjectActions()StringgetUrlName()
-
-
-
Method Detail
-
getLogs
public List<String> getLogs() throws IOException
- Throws:
IOException
-
getMarkedLogs
public List<LineOutput> getMarkedLogs() throws IOException
- Throws:
IOException
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-