Java org.eclipse.jgit.internal.storage.reftree Command fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.internal.storage.reftree Command fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.internal.storage.reftree Command.

The text is from its open source code.

Constructor

Command(@Nullable Ref oldRef, @Nullable Ref newRef)
Create a command to create, update or delete a reference.
Command(RevWalk rw, ReceiveCommand cmd)
Construct a RefTree command wrapped around a ReceiveCommand.

Method

ResultgetResult()
Get result of executing this command.
voidsetResult(Result result, @Nullable String why)
Set the result of this command.