Package sonia.scm.repository.api
Class FileLock
java.lang.Object
sonia.scm.repository.api.FileLock
- All Implemented Interfaces:
Serializable
Detailes of a file lock.
- Since:
- 2.26.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileLock
-
FileLock
-
-
Method Details
-
getPath
The path of the locked file. -
getId
The id of the lock. -
getUserId
The id of the user that created the lock. -
getTimestamp
The time the lock was created. -
getMessage
-