Package hudson.ivy.builder

Examples of hudson.ivy.builder.AntIvyBuilderType


    }

    protected Object readResolve() {
        if (ivyBuilderType == null) {
            // Convert builder settings to new format
            ivyBuilderType = new AntIvyBuilderType(antName, buildFile, targets, antProperties, antOpts);
            // Wipe out old builder settings to avoid confusion
            antName = null;
            buildFile = null;
            targets = null;
            antProperties = null;
View Full Code Here

TOP

Related Classes of hudson.ivy.builder.AntIvyBuilderType

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.