Class OutputHistoryMarked
- java.lang.Object
-
- io.jenkins.plugins.LogFlowVisualizer.model.LineOutput
-
- io.jenkins.plugins.LogFlowVisualizer.model.OutputHistoryMarked
-
public class OutputHistoryMarked extends LineOutput
-
-
Constructor Summary
Constructors Constructor Description OutputHistoryMarked(String regex, String line, int index, Boolean deleteMark, LineType type, HistoryType historyType, long lineOffset, Boolean display)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryType
getHistoryType()
-
Methods inherited from class io.jenkins.plugins.LogFlowVisualizer.model.LineOutput
getDeleteMark, getDisplay, getIndex, getLine, getLineStartOffset, getRegex, getType, setLine
-
-
-
-
Method Detail
-
getHistoryType
public HistoryType getHistoryType()
-
-