Package jenkins.util

Examples of jenkins.util.BuildListenerAdapter


    @Override
    protected Void run() throws Exception {
        String includes = envVars.expand(step.getIncludes());
        Map<String,String> files = ws.act(new ListFiles(includes, step.getExcludes()));
        build.pickArtifactManager().archive(ws, launcher, new BuildListenerAdapter(listener), files);
        return null;
    }
View Full Code Here

TOP

Related Classes of jenkins.util.BuildListenerAdapter

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.