提交 8e9d6085 编写于 作者: K Kohsuke Kawaguchi

doc changes

上级 35b8f13d
......@@ -181,6 +181,11 @@ public abstract class ComputerListener implements ExtensionPoint {
/**
* Called when configuration of the node was changed, a node is added/removed, etc.
*
* <p>
* This callback is to signal when there's any change to the list of slaves registered to the system,
* including addition, removal, changing of the setting, and so on.
*
* @since 1.377
*/
public void onConfigurationChange() {}
......
......@@ -3719,7 +3719,7 @@ public class Jenkins extends AbstractCIBase implements ModifiableItemGroup<TopLe
private static final String WORKSPACE_DIRNAME = Configuration.getStringConfigParameter("workspaceDirName", "workspace");
/**
* Automatically try to launch a slave when Hudson is initialized or a new slave is created.
* Automatically try to launch a slave when Jenkins is initialized or a new slave is created.
*/
public static boolean AUTOMATIC_SLAVE_LAUNCH = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册