Examples of RunParameterDefinition


Examples of hudson.model.RunParameterDefinition

    }
   
    @Test
    public void shouldParseRunParameter() {
        givenAParametrizedProject().withParameterDefinitions(
                new RunParameterDefinition("run", "projectName", "description")
        );
       
        whenParametersAreParsed("run=job#123");
       
        assertEquals(1, parsedParameters.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.