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 MergeStatePull. merge(String msg, String sha)Merge it.MergeStatePull.Smart. merge(String msg, String sha)static MergeStateMergeState. 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.
-