提交 a9e72abe 编写于 作者: V Valentina Armenise

[FIX JENKINS-41264] followup fixing methods' references in javadoc

上级 ff128f0a
...@@ -17,7 +17,7 @@ import org.jenkinsci.remoting.engine.JnlpConnectionStateListener; ...@@ -17,7 +17,7 @@ import org.jenkinsci.remoting.engine.JnlpConnectionStateListener;
* for different purposes outside {@link Slave}s. * for different purposes outside {@link Slave}s.
* <ul> * <ul>
* <li> When the <b>exists</b> method is invoked for an agent, the <b>owns</b> method is called on all the extension points: if no owner is found an exception is thrown.</li> * <li> When the {@link jenkins.slaves.JnlpAgentReceiver#exists(String)} method is invoked for an agent, the {@link jenkins.slaves.JnlpAgentReceiver#owns(String)} method is called on all the extension points: if no owner is found an exception is thrown.</li>
* <li> If owner is found, then the {@link org.jenkinsci.remoting.engine.JnlpConnectionState} lifecycle methods are invoked for all registered {@link JnlpConnectionStateListener} until the one which changes the state of {@link org.jenkinsci.remoting.engine.JnlpConnectionState} by setting an approval or rejected state is found. * <li> If owner is found, then the {@link org.jenkinsci.remoting.engine.JnlpConnectionState} lifecycle methods are invoked for all registered {@link JnlpConnectionStateListener} until the one which changes the state of {@link org.jenkinsci.remoting.engine.JnlpConnectionState} by setting an approval or rejected state is found.
* When found, that listener will be set as the owner of the incoming connection event. </li> * When found, that listener will be set as the owner of the incoming connection event. </li>
* <li> Subsequent steps of the connection lifecycle are only called on the {@link JnlpAgentReceiver} implementation owner for that connection event.</li> * <li> Subsequent steps of the connection lifecycle are only called on the {@link JnlpAgentReceiver} implementation owner for that connection event.</li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册