Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/com/cloudbees/hudson/plugins/folder/Folder.java
src/main/java/com/cloudbees/hudson/plugins/folder/TransientFolderActionFactory.java
src/main/java/com/cloudbees/hudson/plugins/folder/relocate/RelocateAction.java
src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/configure.jelly
src/test/java/com/cloudbees/hudson/plugins/folder/FolderTest.java
http://jenkins-ci.org/commit/cloudbees-folder-plugin/c006194cec064331b273050177d67c883b6e6d27
Log:
Taking advantage of APIs available with newer Jenkins cores.
· JENKINS-18224 TransientActionFactory simplifies adding the Move action and makes it available more broadly.
Can therefore deprecate TransientFolderActionFactory.
· Expanding the search index to look for jobs in subfolders (matches #848 in Jenkins root).
· testReloadJenkinsAndFindBuildInProgress can now pass unconditionally.
· ListView.setIncludeRegex avoids the need for reflection.
· f:bottomButtonBar convenient in Jelly.
As yet unimplemented:
· AutoCompletionCandidates.ofJobNames could be used, though it does not filter by permitted children.
(Nor, generally, should it, since this method is typically used for existing items, which might violate this restriction.)
Might be feasible to call ofJobNames and then filter the result; or perhaps this method should accept an Item filter.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to