Package hudson.model

Examples of hudson.model.AbstractBuild.save()


                DiskUsageBuildInformation information = new DiskUsageBuildInformation(build.getId(), build.number, 0l);
                buildDiskUsage.add(information);
                if(usage==null){
                    run.getActions().add(new BuildDiskUsageAction(build));
                    try {
                        build.save();
                    } catch (IOException ex) {
                        Logger.getLogger(ProjectDiskUsage.class.getName()).log(Level.SEVERE, null, ex);
                    }
                }
                else{
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.