org.jenkinsci.lib.dryrun
Interface DryRun

All Superinterfaces:
hudson.ExtensionPoint

public interface DryRun
extends hudson.ExtensionPoint

Author:
Gregory Boissinot

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Method Summary
 boolean performDryRun(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 

Method Detail

performDryRun

boolean performDryRun(hudson.model.AbstractBuild<?,?> build,
                      hudson.Launcher launcher,
                      hudson.model.BuildListener listener)
                      throws java.lang.InterruptedException,
                             java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException


Copyright © 2004-2011. All Rights Reserved.