Uses of Interface
gg.nils.semanticrelease.maven.plugin.session.Session
Packages that use Session
Package
Description
-
Uses of Session in gg.nils.semanticrelease.maven.plugin.session
Methods in gg.nils.semanticrelease.maven.plugin.session that return types with arguments of type SessionMethods in gg.nils.semanticrelease.maven.plugin.session with parameters of type Session -
Uses of Session in gg.nils.semanticrelease.maven.plugin.session.impl
Classes in gg.nils.semanticrelease.maven.plugin.session.impl that implement SessionMethods in gg.nils.semanticrelease.maven.plugin.session.impl that return SessionModifier and TypeMethodDescriptionstatic SessionSessionImpl.serializeFrom(String content) De-serializes the given string as aSessionImpl.Methods in gg.nils.semanticrelease.maven.plugin.session.impl that return types with arguments of type SessionMethods in gg.nils.semanticrelease.maven.plugin.session.impl with parameters of type SessionModifier and TypeMethodDescriptionstatic StringSessionImpl.serializeTo(Session session) Serializes as a String the given configuration object.voidSessionHolderImpl.setSession(Session session)