Package hudson.model

Examples of hudson.model.Saveable


        for(Object obj : rawList) {
            DBObject dbObj = (DBObject) obj;
            list.add(getMapper().fromDBObject(optionalExtraInfo.getSubClass(), dbObj, getMapper().createEntityCache()));
        }

        Saveable owner = null; // TODO figure out how to associate the deserialized project here

        return new DescribableList(owner, list);
    }
View Full Code Here

TOP

Related Classes of hudson.model.Saveable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.