Uses of Class
com.jcabi.github.MergeState
-
Packages that use MergeState Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of MergeState in com.jcabi.github
Methods in com.jcabi.github that return MergeState Modifier and Type Method Description MergeState
Pull. merge(String msg, String sha)
Merge it.MergeState
Pull.Smart. merge(String msg, String sha)
static MergeState
MergeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeState[]
MergeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-