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