Uses of Class
hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper
- 
Packages that use SauceOnDemandBuildWrapper Package Description hudson.plugins.sauce_ondemand hudson.plugins.sauce_ondemand.credentials  - 
- 
Uses of SauceOnDemandBuildWrapper in hudson.plugins.sauce_ondemand
Methods in hudson.plugins.sauce_ondemand that return SauceOnDemandBuildWrapper Modifier and Type Method Description static SauceOnDemandBuildWrapperSauceEnvironmentUtil. getBuildWrapper(AbstractProject<?,?> project)Methods in hudson.plugins.sauce_ondemand with parameters of type SauceOnDemandBuildWrapper Modifier and Type Method Description static voidSauceOnDemandProjectAction.BuildSupportZipUtils. buildSauceConnectLog(ZipOutputStream zipOutputStream, com.saucelabs.ci.sauceconnect.SauceConnectManager manager, AbstractBuild build, SauceOnDemandBuildWrapper sauceBuildWrapper)static voidSauceOnDemandProjectAction.BuildSupportZipUtils. buildWrapperConfigTxt(ZipOutputStream zipOutputStream, SauceOnDemandBuildWrapper sauceBuildWrapper) - 
Uses of SauceOnDemandBuildWrapper in hudson.plugins.sauce_ondemand.credentials
Methods in hudson.plugins.sauce_ondemand.credentials with parameters of type SauceOnDemandBuildWrapper Modifier and Type Method Description static SauceCredentialsSauceCredentials. getSauceCredentials(AbstractBuild build, SauceOnDemandBuildWrapper wrapper) 
 -