Package com.jcabi.github.mock
Class MkFileChange
java.lang.Object
com.jcabi.github.mock.MkFileChange
- All Implemented Interfaces:
FileChange,JsonReadable
Mock file change.
- Since:
- 0.24
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.FileChange
FileChange.Smart, FileChange.Status -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MkFileChange
public MkFileChange(jakarta.json.JsonObject obj) Public ctor.- Parameters:
obj- File change JSON object
-
-
Method Details
-
json
public jakarta.json.JsonObject json()Description copied from interface:JsonReadableDescribe it in a JSON object.- Specified by:
jsonin interfaceJsonReadable- Returns:
- JSON object
-