org.jenkinsci.plugins.sharedworkspace
Class PushWorkspaceURL

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
      extended by org.jenkinsci.plugins.sharedworkspace.PushWorkspaceURL
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class PushWorkspaceURL
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
 
Constructor Summary
PushWorkspaceURL()
           
 
Method Summary
 hudson.model.Environment setUpEnvironment(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onCompleted, onDeleted, onFinalized, onStarted, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushWorkspaceURL

public PushWorkspaceURL()
Method Detail

setUpEnvironment

public hudson.model.Environment setUpEnvironment(hudson.model.AbstractBuild build,
                                                 hudson.Launcher launcher,
                                                 hudson.model.BuildListener listener)
                                          throws IOException,
                                                 InterruptedException,
                                                 hudson.model.Run.RunnerAbortedException
Overrides:
setUpEnvironment in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
Throws:
IOException
InterruptedException
hudson.model.Run.RunnerAbortedException


Copyright © 2004-2013. All Rights Reserved.