Skip to content

fixes #336 by adding getClient() & getUrl() - #344

Open
mivola wants to merge 1 commit into
jenkinsci:masterfrom
mivola:features/336
Open

fixes #336 by adding getClient() & getUrl()#344
mivola wants to merge 1 commit into
jenkinsci:masterfrom
mivola:features/336

Conversation

@mivola

Copy link
Copy Markdown
Contributor

No description provided.

@mivola

Copy link
Copy Markdown
ContributorAuthor

An alternative to using getView("all") in getUrl() would be to extend the JenkinsHttpConnection interface by adding "String getUrl()" method. The JenkinsHttpClient class could easily implement this as all constructors use an URI parameter. However I'm sure about other existing implementations... @khmarbaise what yo you think?

@khmarbaise
khmarbaise self-requested a review September 13, 2018 19:09
@mivola

Copy link
Copy Markdown
ContributorAuthor

@khmarbaise: this would be another candidate after merging PR #403 & #381 ...

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mivola