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 SauceOnDemandBuildWrapper
SauceEnvironmentUtil. getBuildWrapper(AbstractProject<?,?> project)
Methods in hudson.plugins.sauce_ondemand with parameters of type SauceOnDemandBuildWrapper Modifier and Type Method Description static void
SauceOnDemandProjectAction.BuildSupportZipUtils. buildSauceConnectLog(ZipOutputStream zipOutputStream, com.saucelabs.ci.sauceconnect.SauceConnectManager manager, AbstractBuild build, SauceOnDemandBuildWrapper sauceBuildWrapper)
static void
SauceOnDemandProjectAction.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 SauceCredentials
SauceCredentials. getSauceCredentials(AbstractBuild build, SauceOnDemandBuildWrapper wrapper)
-