Uses of Interface
com.jcabi.github.mock.MkStorage
-
Packages that use MkStorage Package Description com.jcabi.github.mock Mock Github server. -
-
Uses of MkStorage in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement MkStorage Modifier and Type Class Description static class
MkStorage.InFile
In file.static class
MkStorage.Synced
Syncronized.Constructors in com.jcabi.github.mock with parameters of type MkStorage Constructor Description MkCommit(MkStorage strg, String login, Coordinates crds, String commitsha)
Public constructor.MkGithub(MkStorage stg, String login)
Public ctor.MkOrganization(MkStorage stg, String login)
Public ctor.MkPublicMembers(MkStorage stg, Organization organ)
Public ctor.Synced(MkStorage storage)
Public ctor.
-