org.jenkinsci.plugins.mongodbdocumentupload
Class JsonInsert

java.lang.Object
  extended by org.jenkinsci.plugins.mongodbdocumentupload.JsonInsert

public class JsonInsert
extends Object

Created with IntelliJ IDEA. User: Alex Date: 08/05/13 Time: 23:04 To change this template use File | Settings | File Templates.


Constructor Summary
JsonInsert(com.mongodb.MongoClient mongoClient, String dbName, String collectionName)
           
 
Method Summary
 void Insert(String jsonDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonInsert

public JsonInsert(com.mongodb.MongoClient mongoClient,
                  String dbName,
                  String collectionName)
Method Detail

Insert

public void Insert(String jsonDocument)


Copyright © 2004-2013. All Rights Reserved.