Verwendungen von Klasse
io.jenkins.plugins.prism.Marker.MarkerBuilder
-
Verwendungen von Marker.MarkerBuilder in io.jenkins.plugins.prism
Methoden in io.jenkins.plugins.prism, die Marker.MarkerBuilder zurückgebenModifizierer und TypMethodeBeschreibungMarker.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.