Class RefLeaseSpec
java.lang.Object
org.eclipse.jgit.transport.RefLeaseSpec
- All Implemented Interfaces:
Serializable
Describes the expected value for a ref being pushed.
- Since:
- 4.7
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ref
Name of the ref whose value we want to check. -
expected
Local commitish to get expected value from.
-
-
Constructor Details
-
RefLeaseSpec
-
-
Method Details
-
getRef
-
getExpected
Get the expected value of the ref, in the form of a local committish- Returns:
- expected ref value.
-
toString
-