Uses of Class
org.guvnor.structure.repositories.changerequest.portable.ChangeType
-
Packages that use ChangeType Package Description org.guvnor.structure.repositories.changerequest.portable -
-
Uses of ChangeType in org.guvnor.structure.repositories.changerequest.portable
Methods in org.guvnor.structure.repositories.changerequest.portable that return ChangeType Modifier and Type Method Description ChangeTypeChangeRequestDiff. getChangeType()static ChangeTypeChangeType. 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.Constructors in org.guvnor.structure.repositories.changerequest.portable with parameters of type ChangeType Constructor Description ChangeRequestDiff(org.uberfire.backend.vfs.Path oldFilePath, org.uberfire.backend.vfs.Path newFilePath, ChangeType changeType, Integer addedLinesCount, Integer deletedLinesCount, String diffText, Boolean conflict)
-