Package com.groupon.jenkins.buildtype.install_packages.buildconfiguration.configvalue

Examples of com.groupon.jenkins.buildtype.install_packages.buildconfiguration.configvalue.BooleanValue


        assertEquals(ShellCommands.NOOP, new SkipSection(null).toScript(null));
    }

    @Test
    public void should_use_value_specified_as_boolean_value() {
        Assert.assertFalse(new SkipSection(new BooleanValue(false)).isSkipped());
    }
View Full Code Here

TOP

Related Classes of com.groupon.jenkins.buildtype.install_packages.buildconfiguration.configvalue.BooleanValue

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.