Skip to content

Commit

Permalink
Reference Javadoc from the Developer documentation page (#1054)
Browse files Browse the repository at this point in the history
* Reference Javadoc from the Developer documentation page

* Remove the empty bullet
  • Loading branch information
oleg-nenashev committed Sep 12, 2019
1 parent 17de1bb commit 6e42372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This document describes the JCasC API and design for plugin developers who are i
extending JCasC by implementing custom Configurators or re-using the configuration mechanism
in another context.

Also see the plugin's [Javadoc](https://javadoc.jenkins.io/plugin/configuration-as-code/) for more information about classes and methods referenced on this page.

## Using Configuration as Code

### Configurators
Expand Down Expand Up @@ -48,3 +50,7 @@ control the exposed data model.
current value from a live instance (used by `export` feature). Here again JCasC offers as default
implementation a JavaBean compliant implementation, but one could override get and/or set operation with custom
code to support alternate mechanisms.

## Useful links

* [Javadoc](https://javadoc.jenkins.io/plugin/configuration-as-code/)

0 comments on commit 6e42372

Please sign in to comment.