Jenkins Developer Guide

The Jenkins Developer Guide serves as a reference for core and plugin developers.
  1. Architecture  
    1. Model  
    2. Web Framework
    3. Extensions  
    4. Remoting  
    5. Security  
  2. Initialization and Startup  
    1. Embedded Winstone and executable-war  
  3. Extensibility  

    About Jenkins' internal extension functionality, modules, and plugins

  4. Model  

    The data model and type hierarchy Jenkins is based on

  5. Handling Requests  

    Explains how Jenkins routes HTTP requests, and what ways to respond exist.

    1. Routing Requests
    2. Action Methods  
    3. Responding to Requests  
  6. Security  
  7. Persistence  
  8. Scheduling  

    How Jenkins schedules tasks and how the queue works

  9. Views  
  10. Forms  

    Forms, data binding, and structured form submission

  11. Internationalization and Localization  

    How to internationalize views and messages, and how to localize them.

    1. Internationalizing Messages in Java Source Code
    2. Advanced Localization
  12. Distributed Builds  
  13. Jenkins CLI  

    The inner workings of the Jenkins CLI and how to write new commands

  14. Testing  
  15. Plugin development  

    About Jenkins' internal extension functionality, modules, and plugins

  16. Appendix A: Building and Debugging Jenkins  
  17. Appendix B: Setting up a Development Environment  

    Preparing your development environment for Jenkins core and plugin development

  18. Extending Blue Ocean  

    How to develop plugins for Blue Ocean

  19. Appendix C: Index of All How-To Guides