Package org.eclipse.jgit.transport
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
Constructor for RefLeaseSpec.
- Parameters:
ref
- ref being pushedexpected
- the expected value of the ref
-
-
Method Details