Uses of Enum
org.eclipse.jgit.api.RebaseResult.Status
Packages that use RebaseResult.Status
-
Uses of RebaseResult.Status in org.eclipse.jgit.api
Subclasses with type arguments of type RebaseResult.Status in org.eclipse.jgit.apiFields 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 type with the specified name.static RebaseResult.Status[]RebaseResult.Status.values()Returns an array containing the constants of this enum type, 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)