- JRedisPool - Class in com.tsoft.jenkins.plugin.db
-
- JReJSON - Class in com.tsoft.jenkins.plugin.rejson
-
JReJSON is the main ReJSON client class, wrapping connection management and all ReJSON commands
- JReJSON() - Constructor for class com.tsoft.jenkins.plugin.rejson.JReJSON
-
Creates a client to the local machine
- JReJSON(String, int) - Constructor for class com.tsoft.jenkins.plugin.rejson.JReJSON
-
Creates a client to the specific host/post
- JReJSON(Pool<Jedis>) - Constructor for class com.tsoft.jenkins.plugin.rejson.JReJSON
-
Creates a client using provided Jedis pool
- JReJSON.ExistenceModifier - Enum in com.tsoft.jenkins.plugin.rejson
-
Existential modifier for the set command, by default we don't care