Examples of pauseBuild()


Examples of net.sourceforge.cruisecontrol.monitoring.JmxProject.pauseBuild()

      Collection theSelectedObjects = selectedProjectsModel.getSelected();
     
      for( Iterator iter=theSelectedObjects.iterator();iter.hasNext(); ) {
       
        JmxProject theCurrentProject = (JmxProject) iter.next();
        theCurrentProject.pauseBuild();
      }
    }
        catch ( ServerConnectionException sce ) {
            displayError( "Error pausing build", sce.toString() );
        }
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.