Uses of Class
io.jenkins.plugins.prism.Marker.MarkerBuilder
-
Uses of Marker.MarkerBuilder in io.jenkins.plugins.prism
Methods in io.jenkins.plugins.prism that return Marker.MarkerBuilderModifier and TypeMethodDescriptionMarker.MarkerBuilder.withColumnEnd
(int columnEnd) Defines the last column of this marker (columns start at 1).Marker.MarkerBuilder.withColumnStart
(int columnStart) Defines the first column of this marker (columns start at 1, 0 indicates the whole line).Marker.MarkerBuilder.withDescription
(String description) Defines the title of the marker.Defines the icon of the marker.Marker.MarkerBuilder.withLineEnd
(int lineEnd) Defines the last line of this marker (lines start at 1).Marker.MarkerBuilder.withLineStart
(int lineStart) Defines the first line of this marker (lines start at 1; 0 indicates the whole file).Defines the title of the marker.