Package sonia.scm.repository.api
Class UnlockCommandResult
java.lang.Object
sonia.scm.repository.api.UnlockCommandResult
Result of an unlock command.
- Since:
- 2.26.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Iftrue
, the lock has been removed successfully.
-
Constructor Details
-
UnlockCommandResult
public UnlockCommandResult()
-
-
Method Details
-
isSuccessful
public boolean isSuccessful()Iftrue
, the lock has been removed successfully.
-