Uses of Class
hudson.tasks.BuildWrapper.Environment

Packages that use BuildWrapper.Environment
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of BuildWrapper.Environment in hudson.tasks
 

Methods in hudson.tasks that return BuildWrapper.Environment
 BuildWrapper.Environment BuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the Builder runs (but after the checkout has occurred), and performs a set up.
 BuildWrapper.Environment BuildWrapper.setUp(Build build, Launcher launcher, BuildListener listener)
          Deprecated. since 2007-10-28. Use BuildWrapper.setUp(AbstractBuild, Launcher, BuildListener) instead.
 

Uses of BuildWrapper.Environment in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return BuildWrapper.Environment
 BuildWrapper.Environment JenkinsRule.TestBuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 BuildWrapper.Environment HudsonTestCase.TestBuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 



Copyright © 2004-2013. All Rights Reserved.