Package hudson.node_monitors.DiskSpaceMonitorDescriptor

Examples of hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace.toHtml()


        c.connect(false).get(); // wait until it's connected
        if(c.isOffline())
            fail("Slave failed to go online: "+c.getLog());

        DiskSpace du = TemporarySpaceMonitor.DESCRIPTOR.monitor(c);
        du.toHtml();
        assertTrue(du.size>0);
    }

    public void testParse() throws Exception {
        assertEquals(1,DiskSpace.parse("1").size);
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.