Uses of Class
com.jcabi.github.FileChange.Status
-
Packages that use FileChange.Status Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of FileChange.Status in com.jcabi.github
Methods in com.jcabi.github that return FileChange.Status Modifier and Type Method Description static FileChange.Status
FileChange.Status. forValue(String name)
Get file change status corresponding to the given status string.FileChange.Status
FileChange.Smart. status()
Status of the file in this change.static FileChange.Status
FileChange.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileChange.Status[]
FileChange.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-