-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link back to the Jenkins javadoc. #87
Conversation
Since most plugins will use classes from Jenkins we should link the javadoc so you can navigate to the Jenkins javadoc similar to linking to the J2SE javadoc
@@ -657,6 +657,11 @@ | |||
</goals> | |||
<!-- As soon as possible but after required generate-sources phase --> | |||
<phase>process-sources</phase> | |||
<configuration> | |||
<links> | |||
<link>http://javadoc.jenkins.io/</link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this site is not yet SSL enabled :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File/reference an INFRA ticket @jtnord ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh you mean about ssl on javadoc.jenkins.io :-)
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐝
@reviewbybees done |
given I do not expect anyone in the community to disagree with this change merging early |
Belated 🐝 |
Since most plugins will use classes from Jenkins we should link the
javadoc so you can navigate to the Jenkins javadoc similar to linking to
the J2SE javadoc
Tested on a local plugin that the links to the jenkins javadoc and the Oracle J2SE javadocs are created.
@reviewbybees