Package | Description |
---|---|
org.guvnor.structure.repositories.changerequest.portable |
Modifier and Type | Method and Description |
---|---|
ChangeType |
ChangeRequestDiff.getChangeType() |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChangeRequestDiff(Path oldFilePath,
Path newFilePath,
ChangeType changeType,
Integer addedLinesCount,
Integer deletedLinesCount,
String diffText,
Boolean conflict) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.