Package hudson.model

Examples of hudson.model.Environment


     * @throws IOException if test is failing
     * @throws InterruptedException if test is failing
     */
    @Test
    public void shouldReturnAnEmptyEnvironmentWhenActionNotFound() throws IOException, InterruptedException {
        Environment env = handler.setUpEnvironment(abstractBuildMock, null, null);
        assertNotNull(env);
    }
View Full Code Here

TOP

Related Classes of hudson.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.