Package hudson.slaves
Class NodeProvisionerRule
java.lang.Object
org.jvnet.hudson.test.JenkinsRule
hudson.slaves.NodeProvisionerRule
- All Implemented Interfaces:
 hudson.ExtensionPoint,hudson.model.Action,hudson.model.ModelObject,hudson.model.RootAction,org.junit.rules.MethodRule,org.junit.rules.TestRule
Deprecated.
Overrides 
LoadStatistics.CLOCK, NodeProvisioner.NodeProvisionerInvoker.INITIALDELAY, and/or NodeProvisioner.NodeProvisionerInvoker.RECURRENCEPERIOD during the test.- 
Nested Class Summary
Nested classes/interfaces inherited from class org.jvnet.hudson.test.JenkinsRule
JenkinsRule.BreakException, JenkinsRule.DummySecurityRealm, JenkinsRule.JSONWebResponse, JenkinsRule.RemoteLogDumper, JenkinsRule.TestBuildWrapper, JenkinsRule.WebClientNested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Field Summary
Fields inherited from class org.jvnet.hudson.test.JenkinsRule
computerConnectorTester, contextPath, env, homeLoader, hudson, jenkins, jsDebugger, localPort, NO_PROPERTIES, recipes, server, SLAVE_DEBUG_PORT, tearDowns, testDescription, timeout, useLocalPluginManager - 
Constructor Summary
ConstructorsConstructorDescriptionNodeProvisionerRule(int clock, int initialDelay, int recurrencePeriod) Deprecated. - 
Method Summary
Methods inherited from class org.jvnet.hudson.test.JenkinsRule
_configureJenkinsForTest, _configureUpdateCenter, _configureUserRealm, _stopJenkins, apply, apply, assertAllImageLoadSuccessfully, assertBuildStatus, assertBuildStatus, assertBuildStatusSuccess, assertBuildStatusSuccess, assertEqualBeans, assertEqualDataBoundBeans, assertEqualDataBoundBeans, assertGoodStatus, assertHelpExists, assertLogContains, assertLogNotContains, assertStringContains, assertStringContains, assertXPath, assertXPath, assertXPathResultsContainText, assertXPathValue, assertXPathValueContains, buildAndAssertStatus, buildAndAssertSuccess, buildAndAssertSuccess, configRoundtrip, configRoundtrip, configRoundtrip, configRoundtrip, configRoundtrip, configRoundtrip, configRoundtrip, configureUpdateCenter, configureUserRealm, createApiToken, createComputerLauncher, createDummySecurityRealm, createFolder, createFreeStyleProject, createFreeStyleProject, createLocalLauncher, createOnlineSlave, createOnlineSlave, createOnlineSlave, createPretendSlave, createProject, createProject, createSlave, createSlave, createSlave, createSlave, createSlave, createSlave, createSlave, createTaskListener, createTmpDir, createUniqueProjectName, createWebClient, createWebServer2, disconnectSlave, dumpThreads, executeOnServer, findDataBoundConstructor, findPreviousInputElement, get, getButtonByCaption, getDisplayName, getIconFileName, getInstance, getJSON, getLog, getPluginManager, getTestDescription, getURL, getUrlName, getWebAppRoot, interactiveBreak, isGoodHttpStatus, isSomethingHappening, last, newHudson, pause, postJSON, recipe, recipeLoadCurrentPlugin, restart, search, setPluginManager, setQuietPeriod, showAgentLogs, showAgentLogs, showAgentLogs, submit, submit, waitForCompletion, waitForMessage, waitOnline, waitUntilNoActivity, waitUntilNoActivityUpTo, with, with, withExistingHome, withNewHome, withPresetData, writeReplace 
- 
Constructor Details
- 
NodeProvisionerRule
public NodeProvisionerRule(int clock, int initialDelay, int recurrencePeriod) Deprecated. 
 - 
 - 
Method Details
- 
before
Deprecated.Description copied from class:JenkinsRuleOverride to set up your specific external resource.- Overrides:
 beforein classJenkinsRule- Throws:
 Throwable- if setup fails (which will disableafter
 - 
after
Deprecated.Description copied from class:JenkinsRuleOverride to tear down your specific external resource.- Overrides:
 afterin classJenkinsRule- Throws:
 Exception
 
 - 
 
RealJenkinsRule