提交 c03839b4 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 310e22db
...@@ -38,16 +38,16 @@ import org.kohsuke.stapler.StaplerRequest; ...@@ -38,16 +38,16 @@ import org.kohsuke.stapler.StaplerRequest;
import org.kohsuke.stapler.StaplerResponse; import org.kohsuke.stapler.StaplerResponse;
/** /**
* Checks the health of a subsystem of Hudson and if there's something * Checks the health of a subsystem of Jenkins and if there's something
* that requires administrator's attention, notify the administrator. * that requires administrator's attention, notify the administrator.
* *
* <h2>How to implement?</h2> * <h2>How to implement?</h2>
* <p> * <p>
* Plugins who wish to contribute such notifications can implement this * Plugins who wish to contribute such notifications can implement this
* class and put {@link Extension} on it to register it to Hudson. * class and put {@link Extension} on it to register it to Jenkins.
* *
* <p> * <p>
* Once installed, it's the implementor's responsibility to perform * Once installed, it's the implementer's responsibility to perform
* monitoring and activate/deactivate the monitor accordingly. Sometimes * monitoring and activate/deactivate the monitor accordingly. Sometimes
* this can be done by updating a flag from code (see {@link SCMTrigger} * this can be done by updating a flag from code (see {@link SCMTrigger}
* for one such example), while other times it's more convenient to do * for one such example), while other times it's more convenient to do
...@@ -63,7 +63,7 @@ import org.kohsuke.stapler.StaplerResponse; ...@@ -63,7 +63,7 @@ import org.kohsuke.stapler.StaplerResponse;
* <dd> * <dd>
* If {@link #isActivated()} returns true, Hudson will use the <tt>message.jelly</tt> * If {@link #isActivated()} returns true, Hudson will use the <tt>message.jelly</tt>
* view of this object to render the warning text. This happens in the * view of this object to render the warning text. This happens in the
* <tt>http://SERVER/hudson/manage</tt> page. This view should typically render * <tt>http://SERVER/jenkins/manage</tt> page. This view should typically render
* a DIV box with class='error' or class='warning' with a human-readable text * a DIV box with class='error' or class='warning' with a human-readable text
* inside it. It often also contains a link to a page that provides more details * inside it. It often also contains a link to a page that provides more details
* about the problem. * about the problem.
......
...@@ -1485,7 +1485,7 @@ public class Jenkins extends AbstractCIBase implements ModifiableTopLevelItemGro ...@@ -1485,7 +1485,7 @@ public class Jenkins extends AbstractCIBase implements ModifiableTopLevelItemGro
} }
/** /**
* Returns true if the current running Hudson is upgraded from a version earlier than the specified version. * Returns true if the current running Jenkins is upgraded from a version earlier than the specified version.
* *
* <p> * <p>
* This method continues to return true until the system configuration is saved, at which point * This method continues to return true until the system configuration is saved, at which point
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册