jenkins.plugins.publish_over_ssh
Class BapSshPostBuildWrapper

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapper
          extended by jenkins.plugins.publish_over_ssh.BapSshPostBuildWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class BapSshPostBuildWrapper
extends hudson.tasks.BuildWrapper


Nested Class Summary
static class BapSshPostBuildWrapper.Descriptor
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static BapSshPostBuildWrapper.Descriptor DESCRIPTOR
           
 
Constructor Summary
BapSshPostBuildWrapper(java.util.List<BapSshPublisher> publishers, boolean continueOnError, boolean failOnError, boolean alwaysPublishFromMaster, java.lang.String masterNodeName)
           
 
Method Summary
 jenkins.plugins.publish_over.BPInstanceConfig getInstanceConfig()
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, setUp
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension(ordinal=10.0)
public static final BapSshPostBuildWrapper.Descriptor DESCRIPTOR
Constructor Detail

BapSshPostBuildWrapper

@DataBoundConstructor
public BapSshPostBuildWrapper(java.util.List<BapSshPublisher> publishers,
                                                   boolean continueOnError,
                                                   boolean failOnError,
                                                   boolean alwaysPublishFromMaster,
                                                   java.lang.String masterNodeName)
Method Detail

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener listener)
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException

getInstanceConfig

public jenkins.plugins.publish_over.BPInstanceConfig getInstanceConfig()


Copyright © 2011. All Rights Reserved.