# spring-jenkins-rest **Repository Path**: fengsulin/spring-jenkins-rest ## Basic Information - **Project Name**: spring-jenkins-rest - **Description**: 基于springboot3.x声明式客户端实现Jenkins api接口封装。 包括以下接口: 凭证管理接口、job管理接口、系统管理接口、用户管理接口、插件管理(待完善)和队列管理。 集成了springdoc-2.0.4以便调测。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-12 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Jenkins, SpringBoot, webclient ## README # Getting Started ### Reference Documentation For further reference, please consider the following sections: * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) * [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.0.4/maven-plugin/reference/html/) * [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.0.4/maven-plugin/reference/html/#build-image) * [Spring Web](https://docs.spring.io/spring-boot/docs/3.0.4/reference/htmlsingle/#web) * [Spring Reactive Web](https://docs.spring.io/spring-boot/docs/3.0.4/reference/htmlsingle/#web.reactive) * [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/3.0.4/reference/htmlsingle/#appendix.configuration-metadata.annotation-processor) ### Guides The following guides illustrate how to use some features concretely: * [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) * [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) * [Building REST services with Spring](https://spring.io/guides/tutorials/rest/) * [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/) * [Jenkins REST API](https://wiki.jenkins.io/display/JENKINS/Remote+access+API)