Package org.candlepin.model

Examples of org.candlepin.model.Environment


        this.poolManager = poolManager;
    }

    @Override
    public void toExecute(JobExecutionContext arg0) throws JobExecutionException {
        Environment env = (Environment) arg0.getJobDetail().getJobDataMap().get(
            ENV);
        Set<String> contentIds = (Set<String>)
            arg0.getJobDetail().getJobDataMap().get(CONTENT);
        Boolean lazy = arg0.getMergedJobDataMap().getBoolean(LAZY_REGEN);
View Full Code Here

TOP

Related Classes of org.candlepin.model.Environment

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.