org.jenkinsci.plugins.chromedriver
Class EnvironmentContributorImpl

java.lang.Object
  extended by hudson.model.EnvironmentContributor
      extended by org.jenkinsci.plugins.chromedriver.EnvironmentContributorImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class EnvironmentContributorImpl
extends hudson.model.EnvironmentContributor

Modifies PATH to include chromedriver

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
EnvironmentContributorImpl()
           
 
Method Summary
 void buildEnvironmentFor(hudson.model.Run r, hudson.EnvVars envs, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.EnvironmentContributor
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentContributorImpl

public EnvironmentContributorImpl()
Method Detail

buildEnvironmentFor

public void buildEnvironmentFor(hudson.model.Run r,
                                hudson.EnvVars envs,
                                hudson.model.TaskListener listener)
                         throws IOException,
                                InterruptedException
Specified by:
buildEnvironmentFor in class hudson.model.EnvironmentContributor
Throws:
IOException
InterruptedException


Copyright © 2004-2011. All Rights Reserved.