Skip to content
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

Jenkins Rest lib nutzen #60

Closed
Huluvu424242 opened this issue Jan 22, 2023 · 0 comments · Fixed by #70
Closed

Jenkins Rest lib nutzen #60

Huluvu424242 opened this issue Jan 22, 2023 · 0 comments · Fixed by #70

Comments

@Huluvu424242
Copy link
Owner

Huluvu424242 commented Jan 22, 2023

Damit soll verhindert werden, dass man ständig die Aufrufe an ein veränderndes REST API pflegen muss.

Außerdem wird das Stellen der Abfragen dann hoffentlich standardisiert.

https://github.com/cdancy/jenkins-rest

example
https://www.fosslife.org/getting-started-jenkins-java-client

@Huluvu424242 Huluvu424242 created this issue from a note in Jenkins Monitor Board (In progress) Jan 22, 2023
Huluvu424242 added a commit that referenced this issue Jan 22, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
…-restlib

# Conflicts:
#	docs/apidocs/com/github/funthomas424242/jenkinsmonitor/config/class-use/Configuration.html
#	docs/apidocs/com/github/funthomas424242/jenkinsmonitor/etc/class-use/Timer.html
#	docs/apidocs/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTray.html
#	docs/apidocs/com/github/funthomas424242/jenkinsmonitor/jenkins/class-use/JenkinsClient.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/etc/NetworkHelper.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTray.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTrayTest.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/gui/JobStatusBeschreibungen.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/AbstractJobBeschreibung.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/AbstractJobBeschreibungen.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClient.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest_checkLadeOneJobStatusFailure_g.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest_checkLadeStatusWithException_e.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest_checkLadeTwoJobStatusSUCCESSandUNSTABLE_12.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JobAbfrage.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JobAbfrageFutureWrapper.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JobAbfragedaten.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JobBeschreibung.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JobBeschreibungen.html
#	docs/clover/clover.xml/com/github/funthomas424242/jenkinsmonitor/jenkins/JobStatusBeschreibung.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/etc/NetworkHelper.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTray.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTrayTest.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/gui/JobStatusBeschreibungen.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/AbstractJobBeschreibung.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/AbstractJobBeschreibungen.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClient.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest_checkLadeOneJobStatusFailure_g.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest_checkLadeStatusWithException_e.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JenkinsClientTest_checkLadeTwoJobStatusSUCCESSandUNSTABLE_12.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JobAbfrage.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JobAbfrageFutureWrapper.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JobAbfragedaten.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JobBeschreibung.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JobBeschreibungen.html
#	docs/clover/com/github/funthomas424242/jenkinsmonitor/jenkins/JobStatusBeschreibung.html
#	src/main/java/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTray.java
#	src/test/java/com/github/funthomas424242/jenkinsmonitor/gui/JenkinsMonitorTrayTest.java
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 23, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 25, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 28, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 28, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 28, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 28, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Huluvu424242 added a commit that referenced this issue Jan 29, 2023
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant