Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-31113] - Configurable HTTP timeout parameter for JiraRestSer…
…vice
- Loading branch information
Showing
with
113 additions
and 60 deletions.
- +42 −20 src/main/java/hudson/plugins/jira/JiraRestService.java
- +54 −31 src/main/java/hudson/plugins/jira/JiraSite.java
- +4 −1 src/main/resources/hudson/plugins/jira/JiraSite/config.jelly
- +2 −1 src/main/resources/hudson/plugins/jira/JiraSite/config.properties
- +3 −0 src/main/resources/hudson/plugins/jira/JiraSite/help-timeout.html
- +2 −1 src/test/java/JiraTester.java
- +4 −4 src/test/java/hudson/plugins/jira/DescriptorImplTest.java
- +2 −2 src/test/java/hudson/plugins/jira/JiraRestServiceTest.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,2 +1,3 @@ | ||
site.userpass=If REST API is not supported by JIRA, leave username/password empty. | ||
site.alternativeUrl=JIRA alternative URL | ||
site.timeout=in seconds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,3 @@ | ||
<div> | ||
Connection timeout for JIRA REST API calls (in seconds) | ||
</div> |
Oops, something went wrong.