Uses of Class
fr.brouillard.oss.jgitver.JGitverSession
-
Packages that use JGitverSession Package Description fr.brouillard.oss.jgitver -
-
Uses of JGitverSession in fr.brouillard.oss.jgitver
Methods in fr.brouillard.oss.jgitver that return JGitverSession Modifier and Type Method Description static JGitverSessionJGitverSession. serializeFrom(String content)De-serializes the given string as aJGitverSession.Methods in fr.brouillard.oss.jgitver that return types with arguments of type JGitverSession Modifier and Type Method Description Optional<JGitverSession>JGitverSessionHolder. session()Methods in fr.brouillard.oss.jgitver with parameters of type JGitverSession Modifier and Type Method Description static StringJGitverSession. serializeTo(JGitverSession session)Serializes as a String the given configuration object.voidJGitverSessionHolder. setSession(JGitverSession session)
-