Uses of Class
org.jenkinsci.test.acceptance.update_center.PluginSpec
Packages that use PluginSpec
-
Uses of PluginSpec in org.jenkinsci.test.acceptance.po
Methods in org.jenkinsci.test.acceptance.po with parameters of type PluginSpecModifier and TypeMethodDescriptionPluginManager.installationStatus(PluginSpec spec) booleanPluginManager.installPlugins(PluginSpec... specs) Deprecated.booleanPluginManager.isInstalled(PluginSpec... specs) booleanUpdateCenter.waitForInstallationToComplete(PluginSpec... specs) Wait for the plugin installation is done. -
Uses of PluginSpec in org.jenkinsci.test.acceptance.update_center
Method parameters in org.jenkinsci.test.acceptance.update_center with type arguments of type PluginSpecModifier and TypeMethodDescriptionUpdateCenterMetadata.transitiveDependenciesOf(Jenkins jenkins, Collection<PluginSpec> plugins) Deprecated.Not used when runningMockUpdateCenter.
WithPluginsannotations to statically declare the required plugins you need.