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 String
getDisplayName()
String
getIconFileName()
List<String>
getLogs()
List<LineOutput>
getMarkedLogs()
Collection<? extends Action>
getProjectActions()
String
getUrlName()
-
-
-
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:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-