Uses of Enum Class
org.eclipse.jgit.api.RebaseResult.Status
Packages that use RebaseResult.Status
-
Uses of RebaseResult.Status in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as RebaseResult.StatusMethods in org.eclipse.jgit.api that return RebaseResult.StatusModifier and TypeMethodDescriptionRebaseResult.getStatus()Get the statusstatic RebaseResult.StatusReturns the enum constant of this class with the specified name.static RebaseResult.Status[]RebaseResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type RebaseResult.StatusModifier and TypeMethodDescription(package private) static RebaseResultRebaseResult.result(RebaseResult.Status status, RevCommit commit) CreateRebaseResultprivate RebaseResultRebaseCommand.stop(RevCommit commitToPick, RebaseResult.Status status) Constructors in org.eclipse.jgit.api with parameters of type RebaseResult.StatusModifierConstructorDescriptionprivateRebaseResult(RebaseResult.Status status) privateRebaseResult(RebaseResult.Status status, RevCommit commit)