| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipelineConfigHistory.view |
| Modifier and Type | Field and Description |
|---|---|
SingleLineView.Line.Kind |
SingleLineView.Line.DELETE |
SingleLineView.Line.Kind |
SingleLineView.Line.EQUAL |
SingleLineView.Line.Kind |
SingleLineView.Line.INSERT |
SingleLineView.Line.Kind |
SingleLineView.Line.SKIPPING |
| Modifier and Type | Method and Description |
|---|---|
SingleLineView.Line.Kind |
SingleLineView.Line.getKind() |
static SingleLineView.Line.Kind |
SingleLineView.Line.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleLineView.Line.Kind[] |
SingleLineView.Line.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Line(SingleLineView.Line.Kind kind,
String content,
String lineNumLeft,
String lineNumRight) |
Copyright © 2016–2019. All rights reserved.